Skip to content

Commit 3919a84

Browse files
author
Michal Tichák
committed
fixup! [core] Adding http metrics endpoint
1 parent 54ca5f8 commit 3919a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/core.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func Run() error {
147147
defer ecsmetrics.StopGolangMetrics()
148148
defer monitoring.Stop()
149149

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

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

0 commit comments

Comments
 (0)