Backend store URI not provided. Using sqlite:///mlflow.db Registry store URI not provided. Using backend store URI. 2026/08/18 12:50:31 INFO mlflow.store.db.utils: Creating initial MLflow database tables... 2026/08/18 12:50:31 INFO mlflow.store.db.utils: Updating database tables [MLflow] Security middleware enabled with default settings (localhost-only). To allow connections from other hosts, use --host 0.0.0.0 and configure --allowed-hosts and --cors-allowed-origins. /usr/local/lib/python3.10/site-packages/mlflow/server/fastapi_app.py:19: StarletteDeprecationWarning: starlette.middleware.wsgi is deprecated and will be removed in a future release. Please refer to https://github.com/abersheeran/a2wsgi as a replacement. from starlette.middleware.wsgi import WSGIResponder, build_environ 2026/08/18 12:50:34 INFO: Started server process [73] 2026/08/18 12:50:34 INFO: Waiting for application startup. 2026/08/18 12:50:34 INFO: Application startup complete. 2026/08/18 12:50:34 INFO: Uvicorn running on http://0.0.0.0:5000 (Press CTRL+C to quit) 2026/08/18 12:50:35 INFO: 172.30.49.1:58436 - "GET /health HTTP/1.1" 200 OK 2026/08/18 12:50:36 INFO: 172.30.49.1:58452 - "POST /api/2.0/mlflow/webhooks HTTP/1.1" 200 OK 2026/08/18 12:50:36 INFO: 172.30.49.1:58458 - "POST /api/2.0/mlflow/webhooks/a731621e-30fd-4970-a14d-fefb9fd9cd45/test HTTP/1.1" 200 OK