Clarify log.filePath behavior in documentation
This commit is contained in:
parent
c18ba96f87
commit
0ea8cbdfbf
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue