From 23cb8d982063e3d8bc67d757f2f5ffc709a70b67 Mon Sep 17 00:00:00 2001 From: thejch <66577496+thejch@users.noreply.github.com> Date: Mon, 29 Apr 2024 08:07:50 -0700 Subject: [PATCH] add colored_stdout_logs (#623) --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 5a36b71..f86ae05 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -425,6 +425,7 @@ Only for developers. | watchdog_timeout | sets the timeout in seconds for watchdog to abort processing of a signal of the main thread. Set to 0 to disable. | int | 5 | | disable_scale_checks | disables verification of the scale factors. Will result in pixel alignment and rounding errors. | bool | false | | error_limit | limits the number of displayed config file parsing errors. | int | 5 | +| colored_stdout_logs | enables colors in the stdout logs. | bool | true | ### More