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
commit 1c825d2a74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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