diff --git a/cmd/agent/core/agent.go b/cmd/agent/core/agent.go index f0c7f0071..582669f1a 100644 --- a/cmd/agent/core/agent.go +++ b/cmd/agent/core/agent.go @@ -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, }