diff --git a/.lycheeignore b/.lycheeignore index cc915d267..fea8b85ab 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1 +1 @@ -https://stackoverflow.com +https://stackoverflow.com/* diff --git a/cmd/agent/core/agent.go b/cmd/agent/core/agent.go index f0c7f0071..582669f1a 100644 --- a/cmd/agent/core/agent.go +++ b/cmd/agent/core/agent.go @@ -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, }