mirror of
https://github.com/winsw/winsw.git
synced 2025-12-10 18:37:28 +08:00
config: yaml, fix BASE environment variable typo (#874)
This commit is contained in:
@@ -103,7 +103,7 @@ User can specify all log configurations as a single YAML dictionary
|
||||
```yaml
|
||||
log:
|
||||
mode: roll-by-size
|
||||
logpath: '%BASE/log%'
|
||||
logpath: '%BASE%\log'
|
||||
sizeThreshold: 10240
|
||||
keepFiles: 8
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user