mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
proton: Make log creation depend only on PROTON_LOG.
There are valid cases, e.g. when debugging Wine Mono, to have WINEDEBUG set to -all. Before this change this would disable the logging even if PROTON_LOG=1.
This commit is contained in:
parent
89e4e160ac
commit
7bd855e054
2 changed files with 4 additions and 1 deletions
|
|
@ -6,6 +6,9 @@ user_settings = {
|
|||
#By default, logs are saved to $HOME/steam-<STEAM_GAME_ID>.log, overwriting any previous log with that name.
|
||||
#Log directory can be overridden with $PROTON_LOG_DIR.
|
||||
|
||||
#enable logging
|
||||
"PROTON_LOG": "1",
|
||||
|
||||
#Wine debug logging
|
||||
"WINEDEBUG": "+timestamp,+pid,+seh,+unwind,+debugstr,+loaddll,+mscoree",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue