Skip to content

refactor: replace string concatenation with parameterized logging - #90

Open
Janghyunsung2 wants to merge 1 commit into
sqshq:masterfrom
Janghyunsung2:refactor/log-parameterized
Open

Janghyunsung2 wants to merge 1 commit into
sqshq:masterfrom
Janghyunsung2:refactor/log-parameterized

Conversation

@Janghyunsung2

Copy link
Copy Markdown
  • Changed statements like:

    log.info("New account has been created: " + account.getName());

to:

log.info("New account has been created: {}", account.getName());

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant