From e429e96d0e65ce52e1b0eb3222022cbc7022fc8a Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Fri, 24 Mar 2023 19:38:38 +0000 Subject: [PATCH] feat: add debug:enable_stdout_logs --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 025b091..cfd89de 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -275,6 +275,7 @@ Only for developers. | disable_logs | disable logging | bool | false | | disable_time | disables time logging | bool | true | | damage_tracking | redraw only the needed bits of the display. Do **not** change. (default: full - 2) monitor - 1, none - 0 | int | 2 | +| enable_stdout_logs | enables logging to stdout | bool | false | # More