Skip to content

Commit

Permalink
fix: don't always use debug log level
Browse files Browse the repository at this point in the history
  • Loading branch information
qvalentin committed Feb 4, 2024
1 parent 87cbae4 commit 7f32902
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/log/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ func GetLogger() logger {
func createLogger() logger {
logger := logrus.New()
logger.SetFormatter(&logrus.JSONFormatter{})
logger.SetLevel(logrus.DebugLevel)
return logger
}

0 comments on commit 7f32902

Please sign in to comment.