Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support changing default logger's max level before grn_init()
grn_init() logs some messages such as vm.overcommit_memory related messages. vm.overcommit_memory related messages uses INFO log level. The messages never be logged because the default max log level is NOTICE and the default max log level can't be changed before grn_init().
- Loading branch information
Showing
3 changed files
with
29 additions
and
13 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
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