Skip to content

Commit

Permalink
fix(agent): 🔊 write a log message when agent is registered
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Jul 31, 2024
1 parent c126d45 commit 1cc6168
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/agent/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ func (agent *Agent) checkRegistration(ctx context.Context, trk SensorTracker) er
}
}

agent.logger.Info("Agent registered.")

return nil
}

Expand Down

0 comments on commit 1cc6168

Please sign in to comment.