Skip to content

Commit

Permalink
chore: update log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Leizhenpeng committed Nov 19, 2023
1 parent fa4cf7b commit ed79cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func init() {
//WarnLevel
//InfoLevel
//DebugLevel
logger.Level = logrus.ErrorLevel
logger.Level = logrus.InfoLevel

}

Expand Down

0 comments on commit ed79cfc

Please sign in to comment.