1
0
Fork 0

Clarify log.filePath behavior in documentation

This commit is contained in:
Xuetao Li 2025-10-14 16:18:05 +08:00 committed by GitHub
parent c18ba96f87
commit 0ea8cbdfbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -20,6 +20,7 @@ Traefik logs concern everything that happens to Traefik itself (startup, configu
By default, the logs are written to the standard output.
You can configure a file path instead using the `filePath` option.
When `filePath` is specified, Traefik will write logs only to that file (not to standard output).
```yaml tab="File (YAML)"
# Writing Logs to a File