Skip to content

Commit

Permalink
chore: 🔧 update logger initialized message log type
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashRajpurohit committed Dec 15, 2024
1 parent 146a29f commit 1706015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func InitLogger(logLevel string) {
panic(err)
}
sugar = log.Sugar()
sugar.Info("Logger initialized")
sugar.Debug("Logger initialized")
}

func Debug(args ...interface{}) {
Expand Down

0 comments on commit 1706015

Please sign in to comment.