fix: caddy output format

This commit is contained in:
2025-09-06 12:20:53 -03:00
parent 6b3a5066bc
commit 2370131022

View File

@@ -8,10 +8,8 @@
# Logging - console for Docker logs and file for CrowdSec/Promtail # Logging - console for Docker logs and file for CrowdSec/Promtail
log { log {
level INFO level INFO
output file /var/log/caddy/access.log
format console format console
output file /var/log/caddy/access.log {
format json
}
} }
# Allow CrowdSec globally # Allow CrowdSec globally