mirror of
https://github.com/MeshCore-Beacon/beacon-server.git
synced 2026-09-01 16:48:19 +00:00
add log for no IATA filter
inverse of existing log for active filters
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user