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