config: yaml, fix BASE environment variable typo

pull/874/head
Frederico Silva 2021-10-20 22:39:09 +02:00 committed by GitHub
parent 9bfc034807
commit 1310f597b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
```