Skip to content

Commit

Permalink
Print agent labels in debug mode (#4155)
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 authored Oct 3, 2024
1 parent aee9759 commit 8b4d440
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/agent/core/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ func run(ctx context.Context, c *cli.Command, backends []types.Backend) error {
return err
}

log.Debug().Any("labels", labels).Msgf("agent configured with labels")

filter := rpc.Filter{
Labels: labels,
}
Expand Down

0 comments on commit 8b4d440

Please sign in to comment.