_frontend/app.py: Fixed ordering of initialization sequence.
We need the logging handler setup before creating the Stream(), as the Stream() will expect logging to be already functional.
Loading
Please register or sign in to comment
We need the logging handler setup before creating the Stream(), as the Stream() will expect logging to be already functional.