Skip to content

Commit

Permalink
removing null string loglevel error
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-at-startupmedia committed Jun 3, 2024
1 parent 687b822 commit 6936604
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conf/conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ func strToLogLevel(str string) logrus.Level {
case "error":
return logrus.ErrorLevel
default:
log.Println("log_level configuration is empty or invalid. Possible values include: debug, info, warn and error.")
return DEFAULT_LOG_LEVEL
}
}

0 comments on commit 6936604

Please sign in to comment.