From 74c5a5b4c1d7c74cbf931e9b46476e8d93b1ac8f Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 29 Sep 2022 09:27:35 +0000 Subject: [PATCH] website/docs: add warning to trace log level --- website/docs/installation/configuration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/docs/installation/configuration.md b/website/docs/installation/configuration.md index 0d87567a8..266f04504 100644 --- a/website/docs/installation/configuration.md +++ b/website/docs/installation/configuration.md @@ -68,6 +68,12 @@ Log level for the server and worker containers. Possible values: debug, info, wa Starting with 2021.12.3, you can also set the log level to _trace_. This has no affect on the core authentik server, but shows additional messages for the embedded outpost. +:::danger +Setting the log level to `trace` will include sensitive details in logs, so it shouldn't be used in most cases. + +Logs generated with `trace` should be treated with care as they can give others access to your instance. +::: + Defaults to `info`. ### `AUTHENTIK_COOKIE_DOMAIN`