Also trace +module by default

This can be useful to determine what graphics API a game is using, for
example.
This commit is contained in:
Andrew Eikum 2018-07-12 13:54:48 -05:00
parent b3fac00b62
commit f4bc7b91bb

View file

@ -4,7 +4,7 @@
user_settings = {
#logs are saved to $HOME/steam-$STEAM_APP_ID.log, overwriting any previous log with that name
"WINEDEBUG": "+timestamp,+pid,+tid,+seh,+debugstr",
"WINEDEBUG": "+timestamp,+pid,+tid,+seh,+debugstr,+module",
"DXVK_LOG_LEVEL": "info",