Skip to content

Add guard around logger.debug statement #9648

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2021

Conversation

candrews
Copy link
Contributor

The log message involves string concatenation, the cost of which should only be incurred if debug logging is enabled

The log message involves string concatenation, the cost of which should only be incurred if debug logging is enabled
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 16, 2021
@jzheaux jzheaux self-assigned this Apr 16, 2021
@jzheaux jzheaux added in: web An issue in web modules (web, webmvc) type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 16, 2021
@jzheaux jzheaux added this to the 5.5.0 milestone Apr 16, 2021
@jzheaux jzheaux merged commit 7dc4de0 into spring-projects:master Apr 16, 2021
jzheaux pushed a commit that referenced this pull request Apr 16, 2021
The log message involves string concatenation, the cost of which
should only be incurred if debug logging is enabled

Issue gh-9648
jzheaux pushed a commit that referenced this pull request Apr 16, 2021
The log message involves string concatenation, the cost of which
should only be incurred if debug logging is enabled

Issue gh-9648
jzheaux pushed a commit that referenced this pull request Apr 16, 2021
The log message involves string concatenation, the cost of which
should only be incurred if debug logging is enabled

Issue gh-9648
@jzheaux jzheaux modified the milestones: 5.5.0, 5.5.0-RC2 Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web An issue in web modules (web, webmvc) type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants