Skip to content
Snippets Groups Projects
Verified Commit 78460a1d authored by Tomas Krizek's avatar Tomas Krizek
Browse files

lib: make NOTICE the default log level

I think notice is a good default - it should be used for scarce messages
that the user should see, while info level provides more low level info.

It could make sense to increase the log level to info if running with
journalctl (but it might be overkill).
parent 79d314b0
1 merge request!1181Fine grained logging
......@@ -9,7 +9,7 @@
#include "lib/defines.h"
#define LOG_DEFAULT_LEVEL LOG_WARNING
#define LOG_DEFAULT_LEVEL LOG_NOTICE
/* Targets */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment