mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -05:00
downgrade lots of routine logging from error/exception to info
most of them are 400s for badly inputted phone numbers etc
This commit is contained in:
@@ -234,7 +234,6 @@ def init_app(app):
|
||||
@app.errorhandler(404)
|
||||
def page_not_found(e):
|
||||
msg = e.description or "Not found"
|
||||
app.logger.exception(msg)
|
||||
return jsonify(result='error', message=msg), 404
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user