-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Logging: handle verbosity as a
ResourceOption
(#12)
* fix(logging): handle verbosity as a ResourceOption When `verbosity_option` is a `ResourceOption` (to make the verbosity settable by a config), the logging level will not be set for the logs in the config files. * test(logging): handle all `verbosity_option` cases Ensure the log level is set in config files when `verbosity_option` is not a `ResourceOption`. Ensure the log level is still correctly imported from the config when `verbosity_option` is a `ResourceOption`. * docs: add details on verbosity option as Resource. Add information on the behavior of the `verbosity_option` when it is set as `ResourceOption`. Fix a typos in an help message (propagating the change in the tests).
- Loading branch information
1 parent
92c483e
commit b61b93a
Showing
4 changed files
with
191 additions
and
16 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
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