diff --git a/obs-browser-plugin.cpp b/obs-browser-plugin.cpp index af3195e82..226cde207 100644 --- a/obs-browser-plugin.cpp +++ b/obs-browser-plugin.cpp @@ -281,7 +281,7 @@ static void BrowserInit(void) os_mkdir(conf_path); CefSettings settings; - settings.log_severity = LOGSEVERITY_DISABLE; + settings.log_severity = LOGSEVERITY_FATAL; BPtr log_path = obs_module_config_path("debug.log"); BPtr log_path_abs = os_get_abs_path_ptr(log_path); CefString(&settings.log_file) = log_path_abs;