ipc: Make service a little bit more chatty

Set default logging level to INFO.
This commit is contained in:
Jakob Bornecrantz 2023-12-23 16:36:26 +00:00
parent 94a619bf1b
commit f644be460d

View file

@ -51,7 +51,7 @@
*/
DEBUG_GET_ONCE_BOOL_OPTION(exit_on_disconnect, "IPC_EXIT_ON_DISCONNECT", false)
DEBUG_GET_ONCE_LOG_OPTION(ipc_log, "IPC_LOG", U_LOGGING_WARN)
DEBUG_GET_ONCE_LOG_OPTION(ipc_log, "IPC_LOG", U_LOGGING_INFO)
/*