feat: use lumberjack for log rotate
This commit is contained in:
7
pkg/utils/log.go
Normal file
7
pkg/utils/log.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package utils
|
||||
|
||||
import (
|
||||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
var Log = log.New()
|
||||
Reference in New Issue
Block a user