-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
good first issueeasy issue that is friendly to new contributoreasy issue that is friendly to new contributorplugin: loggingrelated to the logging builtin pluginrelated to the logging builtin plugintopic: configrelated to config handling, argument parsing and config filerelated to config handling, argument parsing and config filetype: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branch
Description
A common debugging strategy is to study the logs.
But sometimes the program issues excessive logging messages,
necessitating the selective disabling of babbler loggers.
This SO captures the crux & solution of this Request For Enhancement:
https://stackoverflow.com/a/57002853/548792
Although the proposed SO solution of a new --disable-log
option works perfectly fine,
it is annoying to have to patch every new project,
plus, it does not support auto-completion e.g. on bash.
- Would it make sense to include such capability into core code?
In any case, I'm suggesting the new option to be called --logger-disabled
,
to fit with the existing option names starting with --log-...
.
Samrose-Ahmed
Metadata
Metadata
Assignees
Labels
good first issueeasy issue that is friendly to new contributoreasy issue that is friendly to new contributorplugin: loggingrelated to the logging builtin pluginrelated to the logging builtin plugintopic: configrelated to config handling, argument parsing and config filerelated to config handling, argument parsing and config filetype: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branch