tkurki / signalk-to-influxdb2

Apache License 2.0
6 stars 4 forks source link

fix: missing ignore config handling #33

Closed tkurki closed 1 year ago

tkurki commented 1 year ago

In case ignoredByPath and ignoredBySource configurations are missing treat it as empty ignore lists, pass everything.

Additionally log errors for ignore configuration entries that throw errors when treated as JavaScript regular expressions.