flexget/manager.py: Updated logging level for Daemon running messages#2748
flexget/manager.py: Updated logging level for Daemon running messages#2748s-m-martin wants to merge 1 commit intoFlexget:developfrom s-m-martin:develop
Conversation
… messages #2729 - "Daemon running" messages were filling up the INFO level log. The messages don't really add any value, so should really only be used during debug.
|
Hmm. This log message is from when you run |
If you have log level set as info, then yes, the only way you would get output is if you set the log level at debug. Just trying to provide a fix for #2729 here. The larger question is, why does |
|
Oh yes, probably changing this from a log call to a console message would be good. I like that much better than moving it to debug log, as that would break the expectations of the daemon status command. |
|
This PR is stale because it has been open 150 days with no activity. Remove stale label or comment or this will be closed in 60 days. |
Motivation for changes:
"Daemon running" messages were filling up the INFO level log. The messages don't really add any value, so should really only be used during debug.
Detailed changes:
Addressed issues:
Log and/or tests output (preferably both):