We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893cf1d commit d6a022eCopy full SHA for d6a022e
core/core.go
@@ -147,7 +147,7 @@ func Run() error {
147
defer ecsmetrics.StopGolangMetrics()
148
defer monitoring.Stop()
149
150
- 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"))
151
152
lis, err := net.Listen("tcp", fmt.Sprintf(":%d", viper.GetInt("controlPort")))
153
if err != nil {
0 commit comments