mirror of
https://github.com/traefik/traefik
synced 2026-02-03 08:50:32 +00:00
Add GenericCLF log format for access logs
This commit is contained in:
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user