diff --git a/config.go b/config.go index 30272e6..75e0f9d 100644 --- a/config.go +++ b/config.go @@ -36,6 +36,7 @@ type FileLogConfig struct { // Maximum number of old log files to retain. MaxBackups int `toml:"max-backups" json:"max-backups"` // Compress function for rotated files. + // Currently only `gzip` is supported, otherwise compression will be disabled. Compress string `toml:"compress" json:"compress"` }