mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-25 03:11:01 +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
|
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 a new issue