Hey,
I'd like to use loguru in my tests, but am using pytest with distributed workers (pytest-xdist).
I've setup a propagatehandler that allows loguru to work with pytest, but when using workers I am unable to get the same live-log output.
Has anyone done this before and can guide me on how to successfully achieve loguru console output using xdist?