diff --git a/.changeset/deep-pumas-start.md b/.changeset/deep-pumas-start.md new file mode 100644 index 00000000000..38884b6c68b --- /dev/null +++ b/.changeset/deep-pumas-start.md @@ -0,0 +1,5 @@ +--- +"chainlink": patch +--- + +#updated wire up LogStreamingEnabled beholder config option diff --git a/core/cmd/shell.go b/core/cmd/shell.go index c29ea1d07cd..0284044a370 100644 --- a/core/cmd/shell.go +++ b/core/cmd/shell.go @@ -114,6 +114,7 @@ func initGlobals(cfgProm config.Prometheus, cfgTracing config.Tracing, cfgTeleme ChipIngressEmitterEnabled: cfgTelemetry.ChipIngressEndpoint() != "", ChipIngressEmitterGRPCEndpoint: cfgTelemetry.ChipIngressEndpoint(), ChipIngressInsecureConnection: cfgTelemetry.InsecureConnection(), + LogStreamingEnabled: cfgTelemetry.LogStreamingEnabled(), } // note: due to the OTEL specification, all histogram buckets // must be defined when the beholder client is created