Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNewbyte <newbie13xd@gmail.com>2020-10-18 14:08:35 +0300
committerAndrew Eikum <aeikum@codeweavers.com>2020-11-09 22:43:05 +0300
commit6305de83bcfb37f965cd52ba109a143694b85907 (patch)
tree79c6d6da92be1fc44ae0e1fd90958e18100ec0d7 /user_settings.sample.py
parent370dc01d07eba692e6d19ceebc7b9e0da07ad0c2 (diff)
proton: Make log directory configurable via PROTON_LOG_DIR
Diffstat (limited to 'user_settings.sample.py')
-rwxr-xr-xuser_settings.sample.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/user_settings.sample.py b/user_settings.sample.py
index 874c3fe5..fdb9c30c 100755
--- a/user_settings.sample.py
+++ b/user_settings.sample.py
@@ -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",