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. https://github.com/agrc/api-client/blob/a306e8a0d1480536014e0e7bcf1a2eaf5ad75ae0/src/services/geocode.js#L174
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.
api-client/src/services/geocode.js
Line 174 in a306e8a