Add log rotation

This commit is contained in:
Ben Sarmiento
2024-04-26 12:41:58 +02:00
parent de5501a6e1
commit c86b0fc910
3 changed files with 14 additions and 16 deletions

1
go.mod
View File

@@ -21,6 +21,7 @@ require (
require (
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
)
require (