Currently, the worker logs have the following format:
date time | level | <content>
In the cases where files are being processed concurrently, it is hard to tell which lines pertain to which files. It would be nice if the logger could be updated to something like:
date time | file | level | <content>
Currently, the worker logs have the following format:
In the cases where files are being processed concurrently, it is hard to tell which lines pertain to which files. It would be nice if the logger could be updated to something like: