Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not log 404 requests #135

Open
steveoh opened this issue Apr 18, 2022 · 0 comments
Open

Do not log 404 requests #135

steveoh opened this issue Apr 18, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@steveoh
Copy link
Member

steveoh commented Apr 18, 2022

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}`);

@steveoh steveoh added the enhancement New feature or request label Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant