From 99e4c1b2b89fdf17984583ab30421ea6dc430e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20K=C3=B6nig?= Date: Sat, 13 Mar 2021 15:20:05 +0100 Subject: [PATCH] README: mention setting log level to Error or lower --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 1b9041283dda..7e1028da1990 100644 --- a/Readme.md +++ b/Readme.md @@ -19,7 +19,7 @@ Alternatively, launch Dolphin from a command line with e.g. `./Dolphin.exe --scr to automatically add a script at startup. Start a game for the above script to output text. -To be able to see the script's output, enable the `Scripting` log type in the logging configuration (View -> Show Log Configuration). +To be able to see the script's output, enable the `Scripting` log type in the logging configuration (View -> Show Log Configuration) and set the verbosity to "Error" or lower (not "Notice"). Everything printed to `stdout` or `stderr` will then be visible in the log (View -> Show Log).