Skip to content

Commit

Permalink
logging - only rotate by day
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianZaremba committed Dec 27, 2024
1 parent edcca5f commit 33c3ba1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ func main() {
Filename: logFile,
MaxBackups: 31,
MaxAge: 1,
MaxSize: 100000,
Compress: true,
}))

Expand Down

0 comments on commit 33c3ba1

Please sign in to comment.