-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. We were doing some expensive String-building stuff inside calls to logger.debug(), and even when that wasn't our log level we still had to pay the cost. We now check about that before actually building the strings. 2. Simplified string comparison to ignore case rather than explicitly lower-casing, which at least makes the code a little simpler
- Loading branch information
1 parent
b628466
commit 87c9405
Showing
1 changed file
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters