2023-04-03 23:14:24 +01:00
|
|
|
[Rules]
|
|
|
|
*.debug=true
|
2023-04-08 20:30:11 +01:00
|
|
|
# prevent log spam and strange bugs
|
|
|
|
# qt.qpa.drawing in particular causes theme artifacts on MacOS
|
|
|
|
qt.*.debug=false
|
2023-04-03 23:14:24 +01:00
|
|
|
# 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
|
|
|
|
|