Add GenericCLF log format for access logs

This commit is contained in:
Simon Delicata
2025-09-08 11:24:05 +02:00
committed by GitHub
parent a051f20876
commit e2282b1379
11 changed files with 234 additions and 18 deletions
+5 -1
View File
@@ -81,12 +81,16 @@
#
# filePath = "/path/to/log/log.txt"
# Format is either "json" or "common".
# Format is either "json", "common", or "genericCLF".
# - "common": Traefik's extended CLF format (default)
# - "genericCLF": Standard CLF format compatible with standard log analyzers
# - "json": JSON format for structured logging
#
# Optional
# Default: "common"
#
# format = "json"
# format = "genericCLF"
################################################################
# API and dashboard configuration