From d9a641b99ccb43ec78d40600d93b3da660ddf063 Mon Sep 17 00:00:00 2001 From: "Enot (ded) Skelly" Date: Fri, 5 Jun 2026 08:38:55 -0700 Subject: [PATCH] add log for no IATA filter inverse of existing log for active filters --- cmd/beacon/main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/beacon/main.go b/cmd/beacon/main.go index 742fc20..311a28d 100644 --- a/cmd/beacon/main.go +++ b/cmd/beacon/main.go @@ -171,6 +171,8 @@ func main() { if allowedIATAs != nil { log.Printf("config: ingest filter active — %d allowed IATAs (countries=%v continents=%v)", len(allowedIATAs), cfg.Ingest.AllowCountries, cfg.Ingest.AllowContinents) + } else { + log.Printf("config: ingest filter inactive — accepting all IATAs") } broker1 := ingest.New(