Remove +tid from WINEDEBUG example.

It's now always enabled, and can't be suppressed.
This commit is contained in:
Nikolay Sivov 2021-12-17 19:10:27 +03:00 committed by Arkadiusz Hiler
parent ab07135a89
commit 55fb5b0bd3

View File

@ -7,7 +7,7 @@ user_settings = {
#Log directory can be overridden with $PROTON_LOG_DIR.
#Wine debug logging
"WINEDEBUG": "+timestamp,+pid,+tid,+seh,+unwind,+debugstr,+loaddll,+mscoree",
"WINEDEBUG": "+timestamp,+pid,+seh,+unwind,+debugstr,+loaddll,+mscoree",
#DXVK debug logging
"DXVK_LOG_LEVEL": "info",