Skip to content

Commit

Permalink
Removed logging of rendered PrometheusQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
muscionig committed Dec 12, 2024
1 parent 67ddf95 commit 187fc2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/reconciler/autoscaling/hpa/resources/keda.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ func DesiredScaledObject(ctx context.Context, pa *autoscalingv1alpha1.PodAutosca
if err := tmpl.Execute(&output, values); err != nil {
return nil, fmt.Errorf("template execution failed: %w", err)
}
log.Printf("PrometheusQuery rendered: %s\n", output.String())
query = output.String()

if v, ok := pa.Annotations[KedaAutoscaleAnnotationPrometheusAddress]; ok {
Expand Down

0 comments on commit 187fc2b

Please sign in to comment.