Skip to content

Commit

Permalink
fixup! [core] Adding http metrics endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Tichák authored and knopers8 committed Dec 12, 2024
1 parent 893cf1d commit d6a022e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func Run() error {
defer ecsmetrics.StopGolangMetrics()
defer monitoring.Stop()

log.Infof("Everything initiated Listening on control port: %d", viper.GetInt("controlPort"))
log.WithField("level", infologger.IL_Devel).Infof("Everything initiated and listening on control port: %d", viper.GetInt("controlPort"))

lis, err := net.Listen("tcp", fmt.Sprintf(":%d", viper.GetInt("controlPort")))
if err != nil {
Expand Down

0 comments on commit d6a022e

Please sign in to comment.