Quote:
Originally Posted by Majutsushi
This is caused by excessive debug output overwhelming the output buffer. Setting "JOBS_DEBUG = False" in "jobs.py" works around it. It's probably not a good idea to enable debug logging by default anyway, especially since it's cluttering my log files.
|
I'd tend to suspect that @chaley enabled debug logging while working on the plugin and forget to turn it off for the release version. It's happened before, often when the person working on the plugin was not the original author and will likely happen again.