From 5f928c7b949eaec3777fcd29f80a53165bb13c51 Mon Sep 17 00:00:00 2001 From: David Hontecillas Date: Thu, 18 Apr 2024 11:23:01 +0200 Subject: [PATCH] fix log format --- otel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otel.go b/otel.go index f05be39..c821f58 100644 --- a/otel.go +++ b/otel.go @@ -78,7 +78,7 @@ func RegisterGlobalInstance(ctx context.Context, l logging.Logger, // TODO: we might want to "throtle" the error reporting // when we have repeated messagese when a OTLP backend is // down. - l.Error("[SERVICE OpenTelemetry] " + e.Error()) + l.Error("[SERVICE: OpenTelemetry] " + e.Error()) })) globalStateCfg := &state.OTELStateConfig{