Skip to content

Commit

Permalink
restore blank line
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas <[email protected]>
  • Loading branch information
dszarmach committed Apr 28, 2023
1 parent e80746d commit bcf99ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func handler(w http.ResponseWriter, r *http.Request, logger log.Logger) {
}

logger = log.With(logger, "module", moduleName, "target", target)
level.Debug(logger).Log("msg", "Starting scrape","snmp_context",snmp_context)
level.Debug(logger).Log("msg", "Starting scrape")

start := time.Now()
registry := prometheus.NewRegistry()
Expand Down

0 comments on commit bcf99ca

Please sign in to comment.