mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-08 09:52:04 +00:00
Print agent labels in debug mode (#4155)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
Reference in New Issue
Block a user