Fix log.compress value
This commit is contained in:
parent
a4aad5ce5c
commit
d8a778b5cd
1 changed files with 3 additions and 3 deletions
|
@ -169,14 +169,14 @@ The default is not to perform compression.
|
||||||
|
|
||||||
```yaml tab="File (YAML)"
|
```yaml tab="File (YAML)"
|
||||||
log:
|
log:
|
||||||
compress: 3
|
compress: true
|
||||||
```
|
```
|
||||||
|
|
||||||
```toml tab="File (TOML)"
|
```toml tab="File (TOML)"
|
||||||
[log]
|
[log]
|
||||||
compress = 3
|
compress = true
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash tab="CLI"
|
```bash tab="CLI"
|
||||||
--log.compress=3
|
--log.compress=true
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue