mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
feat: default qtlogging.ini file
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
0fb6a2836b
commit
96decbac27
6 changed files with 66 additions and 15 deletions
11
launcher/qtlogging.ini
Normal file
11
launcher/qtlogging.ini
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Rules]
|
||||
*.debug=true
|
||||
# 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue