From f3aa95f95642f6c865d3983bb071354858b8d6c7 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Tue, 14 Nov 2023 20:06:35 +0000 Subject: [PATCH] new disable_logs def --- pages/Configuring/Variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 0dd88f3..fbe233e 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -354,7 +354,7 @@ Only for developers. |---|---|---|---| | overlay | print the debug performance overlay. Disable VFR for accurate results. | bool | false | | damage_blink | (epilepsy warning!) flash areas updated with damage tracking | bool | false | -| disable_logs | disable logging | bool | false | +| disable_logs | disable logging to a file | bool | true | | 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 |