diff --git a/otel.go b/otel.go index e4c8580..db686b7 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{