You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can define log level on SID startup with '-v' arg. But it may be useful for debugging, if we start logging at certain point and stop at another point in time that we can define. This could be done by sending a signal to SID daemon which in turn would set the log level.
Currently, we can set the log level only with log_init call, we will need to add a new log_change_verbose_mode fn to src/log/log.h interface (but that will just change the global _current_verbose_mode variable).
The text was updated successfully, but these errors were encountered:
We can define log level on SID startup with '-v' arg. But it may be useful for debugging, if we start logging at certain point and stop at another point in time that we can define. This could be done by sending a signal to SID daemon which in turn would set the log level.
Currently, we can set the log level only with
log_init
call, we will need to add a newlog_change_verbose_mode
fn tosrc/log/log.h
interface (but that will just change the global_current_verbose_mode
variable).The text was updated successfully, but these errors were encountered: