Skip to content

Commit

Permalink
fix: set log level of prometheus-beat to info instead of debug
Browse files Browse the repository at this point in the history
Signed-off-by: Feng Kun <[email protected]>
  • Loading branch information
kevinfeng authored and QianChenglong committed Mar 16, 2020
1 parent 470508d commit 52721ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/platform/controller/addon/prometheus/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -2398,8 +2398,6 @@ func (c *Controller) initESAdapter(kubeClient *kubernetes.Clientset, components
"-c",
"config/prometheusbeat.yml",
"-e",
"-d",
"*",
},
Command: []string{"./prometheusbeat"},
Ports: []corev1.ContainerPort{
Expand Down

0 comments on commit 52721ad

Please sign in to comment.