Skip to content

Commit

Permalink
add DD_LOG_LEVEL=off to agent status (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-mez committed Mar 31, 2020
1 parent 6c1cf6c commit 44a2148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kubectl-datadog/agent/check/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func (o *options) run(cmd *cobra.Command) error {
statusCmd := []string{
"bash",
"-c",
"agent status --json",
"DD_LOG_LEVEL=off agent status --json",
}
podErrors := make(map[string][]string)
mutex := &sync.Mutex{}
Expand Down

0 comments on commit 44a2148

Please sign in to comment.