From 2f9ad4beeb75d239ee9994cb840374f46fb7a4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Br=C3=BCbach?= Date: Wed, 13 Aug 2025 20:00:50 +0200 Subject: [PATCH] Don't commit logging config. Took 3 minutes --- cockatrice/resources/config/qtlogging.ini | 26 +++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/cockatrice/resources/config/qtlogging.ini b/cockatrice/resources/config/qtlogging.ini index 0db51f40b..d5a96f6c3 100644 --- a/cockatrice/resources/config/qtlogging.ini +++ b/cockatrice/resources/config/qtlogging.ini @@ -5,18 +5,18 @@ # Uncomment a rule to see debug level logs for that category, # or set = false to disable logging -main = true +#main = true #qt_translator = true -window_main.* = true +#window_main.* = true #release_channel = true #spoiler_background_updater = true #theme_manager = true #sound_engine = true #tapped_out_interface = true -tab_game = true -tab_message = true -tab_supervisor = true +#tab_game = true +#tab_message = true +#tab_supervisor = true #dlg_edit_avatar = true #dlg_load_deck_from_website = true @@ -28,16 +28,16 @@ tab_supervisor = true #servers_settings = true #shortcuts_settings = true -local_client = true -remote_client = true +#local_client = true +#remote_client = true -player = true -game_scene = true -game_scene.player_addition_removal = true -card_zone = true -view_zone = true +#player = true +#game_scene = true +#game_scene.player_addition_removal = true +#card_zone = true +#view_zone = true -user_info_connection = true +#user_info_connection = true #picture_loader = true #picture_loader.worker = true