Merge pull request #75 from BrainStone/patch-1

Explictily disable log compression
This commit is contained in:
Dane Everitt
2020-12-12 09:21:53 -08:00
committed by GitHub

View File

@@ -212,6 +212,7 @@ func (e *Environment) Create() error {
Config: map[string]string{
"max-size": "5m",
"max-file": "1",
"compress": "false",
},
},