I use Loguru for log messages and up until recently, I've been able to use
without issue. I then create my own formatted logger with
. However, for a while now (maybe a week?) I've noticed that running the remove line of code when editing the notebook just hangs. I have to restart the kernel, comment this out, and then run. I don't get the new logger format that I wanted, because I have to comment out the add() as well or have duplicate messages printed, but I can then run in edit mode. Any ideas on what changed?