From 4eacc1fce5206426b8960401527d7ad89b421e45 Mon Sep 17 00:00:00 2001 From: Liam Dawe Date: Tue, 24 Sep 2019 17:26:38 +0100 Subject: [PATCH] logging has been easier for some time --- Proton-FAQ.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Proton-FAQ.md b/Proton-FAQ.md index abc3873..acbb9ae 100644 --- a/Proton-FAQ.md +++ b/Proton-FAQ.md @@ -27,7 +27,10 @@ The configuration file is called `user_settings.py` and it is located in the "Pr # How to enable Proton logs? -Rename Proton settings file as mentioned above. Logs will be saved to $HOME/steam-$STEAM_APP_ID.log, overwriting any previous log with that name. +Add this as a Steam launch option for the game: +`PROTON_LOG=1 %command%` + +Logs will be saved to $HOME/steam-$STEAM_APP_ID.log, overwriting any previous log with that name. # How does Proton manage WINE prefixes?