Skip to content

Commit

Permalink
Add key to log line
Browse files Browse the repository at this point in the history
  • Loading branch information
LKaemmerling committed May 7, 2020
1 parent 585dc78 commit 919def4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/driver/main.go
Expand Up @@ -88,7 +88,8 @@ func main() {
os.Exit(2)
}
level.Info(logger).Log(
"msg", "got custom configuration for polling interval", customPollingInterval,
"msg", "got custom configuration for polling interval",
"customPollingInterval", customPollingInterval,
)

pollingInterval = tmp
Expand Down

0 comments on commit 919def4

Please sign in to comment.