1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-24 10:07:21 +02:00

Print agent labels in debug mode (#4155) (#4156)

This commit is contained in:
6543 2024-10-03 14:02:40 +01:00 committed by GitHub
parent 10d8a13272
commit 972e45daaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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