chore: test

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

View File

@ -52,7 +52,8 @@ func Execute(ctx context.Context, options Options) error {
logging.InitLogger(options.LogEncoding, options.LogOutput)
logger := logging.Logger()
logger.Warn("AppStart")
logger.Warn("AppStart -")
var metricsServer *metrics.Server
if options.EnableMetrics {