mirror of https://github.com/winsw/winsw
config: yaml, fix BASE environment variable typo (#874)
parent
eef5bade59
commit
be397b9507
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue