website/docs: update log levels

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-12-21 13:14:09 +01:00
parent 3c048a1921
commit b932b6c963
3 changed files with 6 additions and 2 deletions

View File

@ -62,6 +62,9 @@ Secret key used for cookie signing and unique user IDs, don't change this after
### AUTHENTIK_LOG_LEVEL
Log level for the server and worker containers. Possible values: debug, info, warning, error
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.
Defaults to `info`.
### AUTHENTIK_COOKIE_DOMAIN

View File

@ -26,6 +26,7 @@ Outposts fetch their configuration from authentik. Below are all the options you
```yaml
# Log level that the outpost will set
# Allowed levels: trace, debug, info, warning, error
log_level: debug
########################################
# The settings below are only relevant when using a managed outpost