refactor: code review

This commit is contained in:
meilin.huang
2022-08-10 19:46:17 +08:00
parent f2d9e7786d
commit f913510d3c
16 changed files with 232 additions and 128 deletions

View File

@@ -13,7 +13,7 @@ import (
var Log = logrus.New()
func init() {
func Init() {
Log.SetFormatter(new(LogFormatter))
Log.SetReportCaller(true)