@app.errorhandler(404)
def page_not_found(e):
    logging.error("Not Found")
    return error(status=404, detail="Not Found")