Print agent labels in debug mode (#4155)

This commit is contained in:
6543 2024-10-03 09:53:41 +01:00 committed by GitHub
parent aee9759d1f
commit 8b4d440bbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
}