agrc/api-client

Do not log 404 requests

steveoh opened this issue · 0 comments

404's throw via got and are added to the client log when there is no problem and this is expected behavior. Filter out 404 requests from the logs.

log.error(`Error geocoding street [${street}] zone [${zone}]: ${error}`);