website/docs: update log levels
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user