Merge pull request #75 from BrainStone/patch-1
Explictily disable log compression
This commit is contained in:
commit
1c825d2a74
|
@ -212,6 +212,7 @@ func (e *Environment) Create() error {
|
||||||
Config: map[string]string{
|
Config: map[string]string{
|
||||||
"max-size": "5m",
|
"max-size": "5m",
|
||||||
"max-file": "1",
|
"max-file": "1",
|
||||||
|
"compress": "false",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user