custom_param("loglvl", parse_loglvl);
custom_param("guest_loglvl", parse_guest_loglvl);
-static atomic_t print_everything = ATOMIC_INIT(1);
+static atomic_t print_everything = ATOMIC_INIT(0);
#define ___parse_loglvl(s, ps, lvlstr, lvlnum) \
if ( !strncmp((s), (lvlstr), strlen(lvlstr)) ) { \
/* Serial input is directed to DOM0 by default. */
switch_serial_input();
-
- /* Now we implement the logging thresholds. */
- console_end_log_everything();
}
void console_start_log_everything(void)