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

This commit is contained in:
Frederico Silva
2023-01-29 09:07:31 +01:00
committed by GitHub
parent eef5bade59
commit be397b9507

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