Disable debug.log #4121
Answered
by
Mephisto090
Mephisto090
asked this question in
Q&A
-
Hello, how can I switch off the debug.log in CefSharp? |
Beta Was this translation helpful? Give feedback.
Answered by
Mephisto090
May 27, 2022
Replies: 1 comment 1 reply
-
You can change the http://cefsharp.github.io/api/100.0.x/html/P_CefSharp_CefSettingsBase_LogSeverity.htm property to disable logging. Changing to log fatal errors only is recommend for debugging purposes. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Mephisto090
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can change the http://cefsharp.github.io/api/100.0.x/html/P_CefSharp_CefSettingsBase_LogSeverity.htm property to disable logging.
Changing to log fatal errors only is recommend for debugging purposes.