Some checks failed
CodeQL Code Scanning / CodeQL (push) Has been cancelled
Build Application / Build Debug (push) Has been cancelled
Nix / Build (${{ matrix.system }}) (macos-13, x86_64-darwin) (push) Has been cancelled
Nix / Build (${{ matrix.system }}) (macos-14, aarch64-darwin) (push) Has been cancelled
Nix / Build (${{ matrix.system }}) (ubuntu-22.04, x86_64-linux) (push) Has been cancelled
Nix / Build (${{ matrix.system }}) (ubuntu-22.04-arm, aarch64-linux) (push) Has been cancelled
Update Flake Lockfile / update-flake (push) Has been cancelled
17 lines
493 B
INI
Executable File
17 lines
493 B
INI
Executable File
[Rules]
|
|
*.debug=true
|
|
# prevent log spam and strange bugs
|
|
# qt.qpa.drawing in particular causes theme artifacts on MacOS
|
|
qt.*.debug=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
|
|
|