mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-24 19:01:02 +00:00
Print agent labels in debug mode (#4155)
This commit is contained in:
parent
aee9759d1f
commit
8b4d440bbc
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue