Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
event-handler: Fix confusing error
Browse files Browse the repository at this point in the history
The error is in forwarding the event to fluentd, not Teleport.
  • Loading branch information
webvictim committed Oct 10, 2023
1 parent 7c383e8 commit c357d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event-handler/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func (a *App) SendEvent(ctx context.Context, url string, e *TeleportEvent) error
break
}

log.Error("Error sending event to Teleport: ", err)
log.Error("Error sending event to fluentd: ", err)

bErr := backoff.Do(ctx)
if bErr != nil {
Expand Down

0 comments on commit c357d1b

Please sign in to comment.