diff options
Diffstat (limited to 'archived/projt-launcher/launcher/qtlogging.ini')
| -rw-r--r-- | archived/projt-launcher/launcher/qtlogging.ini | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/archived/projt-launcher/launcher/qtlogging.ini b/archived/projt-launcher/launcher/qtlogging.ini new file mode 100644 index 0000000000..10f724163e --- /dev/null +++ b/archived/projt-launcher/launcher/qtlogging.ini @@ -0,0 +1,19 @@ +[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 + |
