mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
Nix the logging config changes.
This commit is contained in:
parent
066d806c27
commit
96457802eb
1 changed files with 18 additions and 18 deletions
|
|
@ -5,14 +5,14 @@
|
||||||
# Uncomment a rule to disable logging for that category,
|
# Uncomment a rule to disable logging for that category,
|
||||||
# or set .debug = true for that category to see debug level logs
|
# or set .debug = true for that category to see debug level logs
|
||||||
|
|
||||||
main = false
|
# main = false
|
||||||
qt_translator = false
|
# qt_translator = false
|
||||||
window_main = false
|
# window_main.* = false
|
||||||
release_channel = false
|
# release_channel = false
|
||||||
spoiler_background_updater = false
|
# spoiler_background_updater = false
|
||||||
theme_manager = false
|
# theme_manager = false
|
||||||
sound_engine = false
|
# sound_engine = false
|
||||||
tapped_out_interface = false
|
# tapped_out_interface = false
|
||||||
|
|
||||||
# tab_game = false
|
# tab_game = false
|
||||||
# tab_message = false
|
# tab_message = false
|
||||||
|
|
@ -38,17 +38,17 @@ tapped_out_interface = false
|
||||||
|
|
||||||
# user_info_connection = false
|
# user_info_connection = false
|
||||||
|
|
||||||
picture_loader = false
|
# picture_loader = false
|
||||||
picture_loader.worker = false
|
# picture_loader.worker = false
|
||||||
picture_loader.card_back_cache_fail = false
|
# picture_loader.card_back_cache_fail = false
|
||||||
picture_loader.picture_to_load = false
|
# picture_loader.picture_to_load = false
|
||||||
# deck_loader = false
|
# deck_loader = false
|
||||||
card_database = false
|
# card_database = false
|
||||||
card_database.loading = false
|
# card_database.loading = false
|
||||||
card_database.loading.success_or_failure = true
|
# card_database.loading.success_or_failure = false
|
||||||
cockatrice_xml.* = false
|
# cockatrice_xml.* = false
|
||||||
cockatrice_xml.xml_3_parser = false
|
# cockatrice_xml.xml_3_parser = false
|
||||||
cockatrice_xml.xml_4_parser = false
|
# cockatrice_xml.xml_4_parser = false
|
||||||
# card_info = false
|
# card_info = false
|
||||||
# card_list = false
|
# card_list = false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue