pelias / wof-admin-lookup

Who's on First Admin Lookup for the Pelias Geocoder
https://pelias.io
MIT License
9 stars 24 forks source link

feat: Use warning log level for non-fatal error #198

Closed orangejulius closed 6 years ago

orangejulius commented 6 years ago

By default, missing meta-files is a non-fatal error condition. However, the log output was always made at the error level.

This change keeps the existing behavior when missing metafiles ARE fatal, and logs a message as a warning when not.