Skip to content

Commit 2f69b8e

Browse files
authored
Update logger.go
added missing space to log
1 parent 44e985a commit 2f69b8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/logger/logger.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func Init(level string) {
4343
fmt.Println("Encountered Error during Log.Init(): err.Error()")
4444
}
4545

46-
Info("Initialized Logger with Level of", logLevel.String())
46+
Info("Initialized Logger with Level of ", logLevel.String())
4747
}
4848

4949
func getLogLevel(level string) zapcore.Level {
@@ -80,4 +80,4 @@ func Warn(msg ...string) {
8080

8181
func Sync() {
8282
_ = _log.Sync()
83-
}
83+
}

0 commit comments

Comments
 (0)