2
0

Update docs, adding Compress setting details (#49)

This commit is contained in:
Tyler Butters
2017-09-11 10:04:57 -04:00
committed by Nate Finch
parent df99d62fd4
commit aee4629129
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ type Logger struct {
LocalTime bool `json:"localtime" yaml:"localtime"`
// Compress determines if the rotated log files should be compressed
// using gzip.
// using gzip. The default is not to perform compression.
Compress bool `json:"compress" yaml:"compress"`
size int64