2
0
mirror of https://github.com/ValveSoftware/Proton synced 2025-09-03 08:15:10 +00:00

proton: Make log directory configurable via PROTON_LOG_DIR

This commit is contained in:
Newbyte
2020-10-18 13:08:35 +02:00
committed by Andrew Eikum
parent 370dc01d07
commit 6305de83bc
3 changed files with 7 additions and 3 deletions

View File

@@ -3,7 +3,8 @@
#Settings here will take effect for all games run in this Proton version.
user_settings = {
#Logs are saved to $HOME/steam-<STEAM_GAME_ID>.log, overwriting any previous log with that name.
#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.
#Wine debug logging
"WINEDEBUG": "+timestamp,+pid,+tid,+seh,+debugstr,+loaddll,+mscoree",