1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +02:00

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
+2
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,
}