2
0
mirror of https://github.com/ValveSoftware/Proton synced 2025-08-31 14:45:23 +00:00

change default log to +loaddll instead of +module

This commit is contained in:
Andrew Eikum
2019-05-13 10:05:32 -05:00
parent c859ed8aae
commit 2b3b96982f
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ user_settings = {
#Logs are saved to $HOME/steam-<STEAM_GAME_ID>.log, overwriting any previous log with that name.
#Wine debug logging
"WINEDEBUG": "+timestamp,+pid,+tid,+seh,+debugstr,+module,+mscoree",
"WINEDEBUG": "+timestamp,+pid,+tid,+seh,+debugstr,+loaddll,+mscoree",
#DXVK debug logging
"DXVK_LOG_LEVEL": "info",