chore: fix drivers not import

This commit is contained in:
Noah Hsu
2022-08-07 13:23:15 +08:00
parent 0df3473337
commit 5b40254e3b
4 changed files with 8 additions and 7 deletions

View File

@ -17,7 +17,7 @@ func init() {
TimestampFormat: "2006-01-02 15:04:05",
FullTimestamp: true,
})
logrus.SetLevel(logrus.DebugLevel)
// logrus.SetLevel(logrus.DebugLevel)
}
func Log() {