Skip to content

Commit

Permalink
Fix log output
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Kosegi <richard.kosegi@gmail.com>
  • Loading branch information
rkosegi committed Nov 25, 2024
1 parent 66c440d commit 8062bb2
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 @@ -75,7 +75,7 @@ func main() {

logger.Info("Starting "+name, "version", pv.Info())
logger.Info("Build context", "build_context", pv.BuildContext())
logger.Info("Loading metrics definition from file", "file", metricsFile)
logger.Info("Loading metrics definition from file", "file", *metricsFile)

var cfg internal.MetricConfig

Expand Down

0 comments on commit 8062bb2

Please sign in to comment.