@@ -17,6 +17,8 @@ app = Flask(__name__)
log_ = Log()
config_ = set_config()
+log_.info(f"server start...")
+
@app.route('/healthcheck')
def health_check():