add log
This commit is contained in:
parent
e7a85e5e00
commit
b015a3e8e2
12 changed files with 116 additions and 63 deletions
|
@ -723,7 +723,7 @@ accessLog: {}
|
|||
```
|
||||
|
||||
- `filePath`:
|
||||
By default access logs are written to the standard output. To write the logs into a log file, use the `filePath` option.
|
||||
By default access logs are written to the standard output. To write the logs into a [log file](../../dev/Log.md), use the `filePath` option.
|
||||
```yaml
|
||||
accessLog:
|
||||
filePath: "/path/to/access.log"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue