@@ -327,7 +327,7 @@ app = FlaskApp(__name__)
@app.route('/healthcheck')
def health_check():
- log_.info('debug: ok!')
+ # log_.info('debug: ok!')
return 'ok!'