xorbitsai / xorbits

Scalable Python DS & ML, in an API compatible & lightning fast way.
https://xorbits.readthedocs.io
Apache License 2.0
1.11k stars 67 forks source link

BUG: user defined log configuration breaks UI #308

Open UranusSeven opened 1 year ago

UranusSeven commented 1 year ago

Describe the bug

When a user specify a log configuration, Xorbits UI may not be able to render the logs page.

This is because Xorbits' UI reads log files to generate the logs page, but when a user defines a log configuration, Xorbits may not be able to determine the correct path to read from.

qianduoduo0904 commented 1 year ago

Is this issue addressed on main?