Skip to content

Commit

Permalink
fix: rename runtime logging env var (#1495)
Browse files Browse the repository at this point in the history
  • Loading branch information
RutZap authored Jun 12, 2024
1 parent 5172de4 commit 7263be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ func withRequestResponseLogging(handler common.HandlerFunc) common.HandlerFunc {
}

func logLevel() log.Level {
switch os.Getenv("LOG_LEVEL") {
switch os.Getenv("KEEL_LOG_LEVEL") {
case "trace":
return log.TraceLevel
case "debug":
Expand Down

0 comments on commit 7263be1

Please sign in to comment.