From c89205bd4308413b6615656733d385e0414dbd64 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Mon, 9 Dec 2024 18:42:28 +0100 Subject: [PATCH] docs: add log levels --- docs/monitoring/logging.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/monitoring/logging.md b/docs/monitoring/logging.md index 469b083..28fec55 100644 --- a/docs/monitoring/logging.md +++ b/docs/monitoring/logging.md @@ -14,7 +14,13 @@ Setting the log level to trace configures the server to trace-log all the header This is helpful to confirm that certain required Headers are correctly forwarded from the reverse proxy. - +### Log Level: +- info +- warn +- error +- debug +- trace +- off ### When using the environment variable