2023-04-04 03:44:24 +05:30
|
|
|
[Rules]
|
|
|
|
*.debug=true
|
2023-04-09 01:00:11 +05:30
|
|
|
# prevent log spam and strange bugs
|
|
|
|
# qt.qpa.drawing in particular causes theme artifacts on MacOS
|
|
|
|
qt.*.debug=false
|
2023-05-08 01:53:59 +05:30
|
|
|
# don't log credentials by default
|
2023-05-07 07:40:58 +05:30
|
|
|
launcher.auth.credentials.debug=false
|
2023-04-04 03:44:24 +05:30
|
|
|
# remove the debug lines, other log levels still get through
|
|
|
|
launcher.task.net.download.debug=false
|
|
|
|
# enable or disable whole catageries
|
|
|
|
launcher.task.net=true
|
|
|
|
launcher.task=false
|
|
|
|
launcher.task.net.upload=true
|
|
|
|
launcher.task.net.metacache=false
|
|
|
|
launcher.task.net.metacache.http=true
|
|
|
|
|