JamesHutchison / pytest-hot-reloading

A hot reloading pytest daemon, implemented as a plugin
MIT License
86 stars 2 forks source link

Revisit jurigged logging #71

Closed JamesHutchison closed 7 months ago

JamesHutchison commented 7 months ago

With the latest update, there are not multiple watch statements, which may have been causing duplicated output to the console. The custom logger may no longer be needed. This ticket is to investigate whether the custom logger can be removed. This seemed to be the case while I was debugging something else.