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)
This commit is contained in:
parent
aee9759d1f
commit
8b4d440bbc
@ -239,6 +239,8 @@ func run(ctx context.Context, c *cli.Command, backends []types.Backend) error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
log.Debug().Any("labels", labels).Msgf("agent configured with labels")
|
||||||
|
|
||||||
filter := rpc.Filter{
|
filter := rpc.Filter{
|
||||||
Labels: labels,
|
Labels: labels,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user