mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-04-29 14:14:34 +02:00
20 lines
590 B
INI
20 lines
590 B
INI
[Rules]
|
|
*.debug=true
|
|
# prevent log spam and strange bugs
|
|
# qt.qpa.drawing in particular causes theme artifacts on MacOS
|
|
qt.*.debug=false
|
|
# supress image format noise
|
|
kf.imageformats.plugins.hdr=false
|
|
kf.imageformats.plugins.xcf=false
|
|
# don't log credentials by default
|
|
launcher.auth.credentials.debug=false
|
|
# 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
|
|
|