Skip to content

Commit

Permalink
fix error log level string
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush committed Sep 18, 2024
1 parent 85e9a7c commit 6fe53e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func LevelString(l slog.Level) string {
case slog.LevelWarn:
return "warn"
case slog.LevelError:
return "eror"
return "error"
case LevelCrit:
return "crit"
default:
Expand Down

0 comments on commit 6fe53e8

Please sign in to comment.