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

o set log stderr_level to debug3 manually for now.

parent e454cb48
No related branches found
No related tags found
No related merge requests found
...@@ -73,6 +73,7 @@ int main (int argc, char *argv[]) ...@@ -73,6 +73,7 @@ int main (int argc, char *argv[])
char node_name[MAX_NAME_LEN]; char node_name[MAX_NAME_LEN];
log_options_t opts = LOG_OPTS_STDERR_ONLY ; log_options_t opts = LOG_OPTS_STDERR_ONLY ;
init_time = time (NULL); init_time = time (NULL);
opts.stderr_level = LOG_LEVEL_DEBUG3;
log_init(argv[0], opts, SYSLOG_FACILITY_DAEMON, NULL); log_init(argv[0], opts, SYSLOG_FACILITY_DAEMON, NULL);
/* /*
......
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