Nicolas Grandemange

Results 12 comments of Nicolas Grandemange

I’m sorry, but I cannot reproduce the issue on my side, and I don’t see many logs from the initial [GitHub action run](https://github.com/mlflow/mlflow/actions/runs/11400737408/job/31873544579?pr=13476). @WeichenXu123

I wrapped the `fileConfig()` call into `if not getLogger().handlers` to make sure we don't break existing logging config. Note that the official [logging documentation](https://docs.python.org/3/howto/logging.html) states that: > It is strongly...