The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ipc: Make service a little bit more chatty

Set default logging level to INFO.

+1 -1
+1 -1
src/xrt/ipc/server/ipc_server_process.c
··· 51 51 */ 52 52 53 53 DEBUG_GET_ONCE_BOOL_OPTION(exit_on_disconnect, "IPC_EXIT_ON_DISCONNECT", false) 54 - DEBUG_GET_ONCE_LOG_OPTION(ipc_log, "IPC_LOG", U_LOGGING_WARN) 54 + DEBUG_GET_ONCE_LOG_OPTION(ipc_log, "IPC_LOG", U_LOGGING_INFO) 55 55 56 56 57 57 /*