Skip to content

Conversation

marschall
Copy link
Contributor

In various places in the code base a debug message is constructed
unconditionally. This adds unnecessary overhead in the common case when
debug logging is off.

  • add guards around debug statements in non-test code

Issue: BATCH-2412

In various places in the code base a debug message is constructed
unconditionally. This adds unnecessary overhead in the common case when
debug logging is off.

 - add guards around debug statements in non-test code

Issue: BATCH-2412
@marschall
Copy link
Contributor Author

I have signed and agree to the terms of the SpringSource Individual
Contributor License Agreement.

@mminella mminella self-assigned this Aug 5, 2015
@mminella mminella merged commit 8008ecc into spring-projects:3.0.x Aug 5, 2015
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.

2 participants