Skip to content

Commit

Permalink
fix: Added logging when connected
Browse files Browse the repository at this point in the history
  • Loading branch information
jryberg committed Feb 27, 2025
1 parent 825896f commit 685d6b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ func runServer(c *cli.Context) error {
}
time.Sleep(5 * time.Second)
}
log.Infof("Connected to %s", c.String("endpoint"))

// init the router and server
http.Handle("/metrics", promhttp.Handler())
Expand Down

0 comments on commit 685d6b3

Please sign in to comment.