config: yaml, fix BASE environment variable typo (#874)

master
Frederico Silva 2023-01-29 09:07:31 +01:00 committed by GitHub
parent eef5bade59
commit be397b9507
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
```