Skip to content

Commit

Permalink
Add support for "error" log level
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevOps authored Sep 14, 2022
1 parent 43bc6e9 commit 152a842
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/groovy/com/pszymczyk/consul/LogLevel.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ enum LogLevel {
DEBUG("debug"),
INFO("info"),
WARN("warn"),
ERR("err")
ERR("err"),
ERROR("error")

final String value

Expand Down

0 comments on commit 152a842

Please sign in to comment.