mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 18:08:29 +00:00
ipc: Make service a little bit more chatty
Set default logging level to INFO.
This commit is contained in:
parent
94a619bf1b
commit
f644be460d
|
@ -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)
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue