Document WOODPECKER_LOG_FILE (#3022)

Missed from #2115 

Also rephrased the description a bit.

---------

Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
This commit is contained in:
Patrick Schratz
2023-12-26 11:18:05 +01:00
committed by GitHub
parent 5671956a31
commit df73d2c475
3 changed files with 15 additions and 1 deletions

View File

@@ -189,6 +189,13 @@ The following list describes all available server configuration options.
Configures the logging level. Possible values are `trace`, `debug`, `info`, `warn`, `error`, `fatal`, `panic`, `disabled` and empty.
### `WOODPECKER_LOG_FILE`
> Default: `stderr`
Output destination for logs.
'stdout' and 'stderr' can be used as special keywords.
### `WOODPECKER_LOG_XORM`
> Default: `false`