From 60e925d748737521258ab9b9d711429a415b8a54 Mon Sep 17 00:00:00 2001 From: mleku Date: Sat, 13 Sep 2025 21:05:30 +0100 Subject: [PATCH] added profiler tooling to enable automated generation of profile reports --- pkg/acl/follows.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/acl/follows.go b/pkg/acl/follows.go index fcdae3d..dc01e12 100644 --- a/pkg/acl/follows.go +++ b/pkg/acl/follows.go @@ -208,6 +208,7 @@ func (f *Follows) startSubscriptions(ctx context.Context) { return } urls := f.adminRelays() + log.I.S(urls) if len(urls) == 0 { log.W.F("follows syncer: no admin relays found in DB (kind 10002)") return