Skip to content

Commit

Permalink
orchestrator/notify: move slack notify message to trace level
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Jun 20, 2024
1 parent af63c0b commit 77b3c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/orchestrator/notify/slack.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func (ss *slackSender) Send(upd *v1types.ConditionUpdateEvent) error {
"conditionID": upd.ConditionUpdate.ConditionID.String(),
})

le.Debug("sending slack notification")
le.Trace("sending slack notification")

// cap the time we're willing to wait for Slack
ctx, cancel := context.WithTimeout(context.Background(), postTimeout)
Expand Down

0 comments on commit 77b3c03

Please sign in to comment.