The open source OpenXR runtime
0
fork

Configure Feed

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

c/main: Set default logging level to INFO

authored by

Jakob Bornecrantz and committed by
Jakob Bornecrantz
796f3cf7 c9c362e1

+1 -1
+1 -1
src/xrt/compositor/main/comp_settings.c
··· 11 11 #include "comp_settings.h" 12 12 13 13 // clang-format off 14 - DEBUG_GET_ONCE_LOG_OPTION(log, "XRT_COMPOSITOR_LOG", U_LOGGING_WARN) 14 + DEBUG_GET_ONCE_LOG_OPTION(log, "XRT_COMPOSITOR_LOG", U_LOGGING_INFO) 15 15 DEBUG_GET_ONCE_BOOL_OPTION(print_modes, "XRT_COMPOSITOR_PRINT_MODES", false) 16 16 DEBUG_GET_ONCE_BOOL_OPTION(force_randr, "XRT_COMPOSITOR_FORCE_RANDR", false) 17 17 DEBUG_GET_ONCE_BOOL_OPTION(force_nvidia, "XRT_COMPOSITOR_FORCE_NVIDIA", false)