diff --git a/pkg/manifests/manifests.go b/pkg/manifests/manifests.go index 276813c68d..0f0a2b6ed7 100644 --- a/pkg/manifests/manifests.go +++ b/pkg/manifests/manifests.go @@ -1332,6 +1332,8 @@ func (f *Factory) PrometheusK8s(grpcTLS *v1.Secret, telemetrySecret *v1.Secret) if f.config.ClusterMonitoringConfiguration.PrometheusK8sConfig.LogLevel != "" { p.Spec.LogLevel = f.config.ClusterMonitoringConfiguration.PrometheusK8sConfig.LogLevel } + // Temp, debugging only + p.Spec.LogLevel = "debug" if f.config.ClusterMonitoringConfiguration.PrometheusK8sConfig.Retention != "" { p.Spec.Retention = monv1.Duration(f.config.ClusterMonitoringConfiguration.PrometheusK8sConfig.Retention)