L2jBrasil / L2jBrasil/Server-Interlude

Utilizar internacionalização em nível de log

Open
#25 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement Low Priority
Dominant language
Java
Stars
6
Forks
10
PR merge metrics
No merged PRs in 30d

Description

Utilizando i18n a nível de log, as mensagens só serão processadas caso o logger esteja ativado, ganhando assim desempenho no processamento.

https://www.slf4j.org/localization.html

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the Java repository's logging calls and the linked SLF4J localization guidance to determine which messages are processed eagerly. Identify the affected logging entry points and define completion as using deferred, localized message processing without changing the logged information.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend, performance
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.