add log for no IATA filter

inverse of existing log for active filters
This commit is contained in:
Enot (ded) Skelly
2026-06-05 08:38:55 -07:00
parent 30a06a291f
commit d9a641b99c
+2
View File
@@ -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(