From 5483e0f302c1d2bb0e778eaa9bec7c9cf05ae99a Mon Sep 17 00:00:00 2001 From: RickyRister Date: Sat, 29 Mar 2025 16:52:36 -0700 Subject: [PATCH] update qtlogging.ini --- cockatrice/resources/config/qtlogging.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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