Skip to content
Snippets Groups Projects
Commit f7af4a68 authored by Mark Grondona's avatar Mark Grondona
Browse files

o default options initializer sets to INFO level instead of QUIET

parent 7a1ce4bf
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ typedef struct {
/* some useful initializers for log_options_t
*/
#define LOG_OPTS_INITIALIZER \
{ 1, LOG_LEVEL_QUIET, LOG_LEVEL_QUIET, LOG_LEVEL_QUIET }
{ 1, LOG_LEVEL_INFO, LOG_LEVEL_INFO, LOG_LEVEL_INFO }
#define LOG_OPTS_SYSLOG_DEFAULT \
{ 1, LOG_LEVEL_QUIET, LOG_LEVEL_INFO, LOG_LEVEL_QUIET }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment