Is there a recommended way to diagnose the cause of task queue depth warnings like the one below from waitress? Perhaps there is some way to log queued tasks / requests?
2019-04-25 14:45:23,048 WARNI [waitress.queue:122][MainThread] Task queue depth is 2
I am testing a pyramid application on a local Windows 10 machine. I attempted to change the logging level for waitress and waitress.queue to "INFO" as well as setting the expose_tracebacks argument to True, but neither resulted in additional console output beyond the warning (no other waitress.serve default arguments have been altered).  
Versions:
- waitress version 1.3.0
- pyramid version 1.10.4
- python version 3.6.5
 
     
     
     
    