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 44e985a commit 2f69b8eCopy full SHA for 2f69b8e
utils/logger/logger.go
@@ -43,7 +43,7 @@ func Init(level string) {
43
fmt.Println("Encountered Error during Log.Init(): err.Error()")
44
}
45
46
- Info("Initialized Logger with Level of", logLevel.String())
+ Info("Initialized Logger with Level of ", logLevel.String())
47
48
49
func getLogLevel(level string) zapcore.Level {
@@ -80,4 +80,4 @@ func Warn(msg ...string) {
80
81
func Sync() {
82
_ = _log.Sync()
83
-}
+}
0 commit comments