-
Notifications
You must be signed in to change notification settings - Fork 294
Snapd does not honor log level settings from config or command line flags for startup log messages. #889
Comments
…nto an earlier call. This ensures that log messages for startup follow the log level setting.
This was part of the design to always have configuration information for snapd present in the stdout or in the log files no matter the log level set by the user for troubleshooting purposes. |
That doesn't make sense. If the user sets the log level to WARN they explicitly saying that don't want to see INFO or DEBUG. We should honor that. |
And we do after we print configuration data out, so that when they have an But you know best. On Fri, Apr 29, 2016 at 12:18 PM, Nicholas Weaver notifications@github.com
Justin Guidroz |
Which is solved by running It is no different than running |
… and command line flags for startup log messages
… and command line flags for startup log messages
… and command line flags for startup log messages
Now snapd honors log level settings from config and command line flags for startup log messages.
Now snapd honors log level settings from config and command line flags for startup log messages.
Fixed #889: Made snapd honor log level settings
It looks like the log level filtering is not set till after other operations are handled first.
The text was updated successfully, but these errors were encountered: