diff --git a/cockatrice/resources/config/qtlogging.ini b/cockatrice/resources/config/qtlogging.ini index 33ce214d5..5404c96fb 100644 --- a/cockatrice/resources/config/qtlogging.ini +++ b/cockatrice/resources/config/qtlogging.ini @@ -1,5 +1,9 @@ [Rules] -# Uncomment a rule to disable logging for that category +# The default log level is info +*.debug = false + +# Uncomment a rule to disable logging for that category, +# or set .debug = true for that category to see debug level logs # main = false # qt_translator = false