Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Defined2014 committed Feb 22, 2024
1 parent 182a2d5 commit 0e523e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down

0 comments on commit 0e523e8

Please sign in to comment.