-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#210] Understand all 'debug' levels for log_level.
This makes `log_level` configuration parameter understand any "debug*" string, like "debug10", as well as "debug". In particular, if `log_level = debug` (without any number) the level will be set to `debug1`. On the other hand, if `log_level = debug99` the level will be adjusted to `debug5`. Close #210
- Loading branch information
1 parent
07a7991
commit b328063
Showing
2 changed files
with
23 additions
and
14 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
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