Why are worker logs not formatted using the ray logger

When using the ray logger only the driver logs get the formatting. Upon inspection of the code I saw this was intentional i’m just wondering why?

According to the comment here:
https://github.com/ray-project/ray/blob/0716b99eae2cda5d9f9aaaf8144cef3f24061b4d/python/ray/_private/log.py#L66

It is because this mechanism doesn’t go well with how we stream logs to the driver

Besides, we didn’t enable this “fancy logging” thing yet, so practically there’s no impact.