diff --git a/cmd/storemsgcounter/execute.go b/cmd/storemsgcounter/execute.go index 44d3202..d49f53b 100644 --- a/cmd/storemsgcounter/execute.go +++ b/cmd/storemsgcounter/execute.go @@ -52,6 +52,7 @@ func Execute(ctx context.Context, options Options) error { logging.InitLogger(options.LogEncoding, options.LogOutput) logger := logging.Logger() + logger.Warn("AppStart") var metricsServer *metrics.Server if options.EnableMetrics {