mirror of
https://github.com/traefik/traefik.git
synced 2026-06-17 19:09:29 +03:00
Add GenericCLF log format for access logs
This commit is contained in:
+5
-1
@@ -79,12 +79,16 @@ entryPoints:
|
||||
#
|
||||
# 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