-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(console monitor): Log level can be set via program arg (#4476)
* Enable log level configuration via program argument * use default log level in ExtensionLoaderTest * ConsoleMonitor can set log from config value * Adjustments * checkstyle * fixed setting precedence * Removed changes to BaseRuntime * Change behavior when wrong level is provided. * Removed equals and hashcode from ConsoleMonitor * Removed unused bits. * Removed other bits. * nits * suggestion Co-authored-by: Paul Latzelsperger <43503240+paullatzelsperger@users.noreply.github.com> * nits * It wasn't a nit after all * Changed to MethodSource * Revert "Changed to MethodSource" This reverts commit bacc49a. --------- Co-authored-by: Paul Latzelsperger <43503240+paullatzelsperger@users.noreply.github.com>
- Loading branch information
1 parent
a2000fd
commit 154dec9
Showing
3 changed files
with
98 additions
and
9 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