From c0666057295b825d46c615e0c9dbe710a1163ded Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Mon, 4 Mar 2024 20:41:48 +0000 Subject: [PATCH] docs: add note on LOG_TARGETS variable --- docs/configs/settings.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configs/settings.md b/docs/configs/settings.md index 9ee86a85..a4480571 100644 --- a/docs/configs/settings.md +++ b/docs/configs/settings.md @@ -406,6 +406,8 @@ By default the homepage logfile is written to the a `logs` subdirectory of the ` logpath: /logfile/path ``` +By default, logs are sent both to `stdout` and to a file at the path specified. This can be changed by setting the `LOG_TARGETS` environment variable to one of `both` (default), `stdout` or `file`. + ## Show Docker Stats You can show all docker stats expanded in `settings.yaml`: