@app.errorhandler(404) def not_found(error): app.logger.error(error) return 'this page not find', 404 喜欢