We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bebee7 commit db5e775Copy full SHA for db5e775
internal/bootstrap/log.go
@@ -53,4 +53,5 @@ func Log() {
53
}
54
log.SetOutput(logrus.StandardLogger().Out)
55
utils.Log.Infof("init logrus...")
56
+ utils.Log = logrus.StandardLogger()
57
0 commit comments