Skip to content

Commit a351a21

Browse files
fix(post): Fixed authelia logging
1 parent f7918d6 commit a351a21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reference_files/authelia-traefik/authelia/configuration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
host: 0.0.0.0
77
port: 9091
8-
log_level: debug
8+
log:
9+
level: debug
910
theme: dark
1011
# This secret can also be set using the env variables AUTHELIA_JWT_SECRET_FILE
1112
jwt_secret: a_very_important_secret

0 commit comments

Comments
 (0)