Skip to content

Commit

Permalink
Merge pull request #921 from rsteube/style-panic
Browse files Browse the repository at this point in the history
style: added panic to loglevel
  • Loading branch information
rsteube authored Sep 29, 2023
2 parents 0e0f241 + 26779e7 commit 7f770c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/style/loglevel.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ func ForLogLevel(s string, _ Context) string {
"crit": Carapace.LogLevelCritical,
"critical": Carapace.LogLevelCritical,
"fatal": Carapace.LogLevelFatal,
"panic": Carapace.LogLevelFatal,
}[strings.ToLower(s)]
}

0 comments on commit 7f770c0

Please sign in to comment.