chore: start

This commit is contained in:
Richard Ramos 2024-07-19 18:32:09 -04:00
parent db4a54ab40
commit a4a9098917
No known key found for this signature in database
GPG Key ID: 1CE87DB518195760

View File

@ -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 {