Added correct format for compression_level
This commit is contained in:
parent
024132a698
commit
c48e2319ab
|
@ -66,6 +66,6 @@ configuration:
|
|||
{
|
||||
"type": "compress",
|
||||
"output": "log_{{.BuildName}}.gz",
|
||||
"compression": 9
|
||||
"compression_level": 9
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue