Skip to content

Commit

Permalink
Print agent labels in debug mode (#4155) (#4156)
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 authored Oct 3, 2024
1 parent 10d8a13 commit 972e45d
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 @@ -238,6 +238,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 972e45d

Please sign in to comment.