Skip to content

Commit d6a022e

Browse files
Michal Tichákknopers8
Michal Tichák
authored andcommitted
fixup! [core] Adding http metrics endpoint
1 parent 893cf1d commit d6a022e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/core.go

+1-1
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)