plone / plone.recipe.zope2instance

zc.buildout recipe to setup and configure a Zope 2 instance.
https://pypi.org/project/plone.recipe.zope2instance
7 stars 23 forks source link

Hide waitress.queue messages in the console, only send them to the event log #110

Closed dataflake closed 5 years ago

dataflake commented 5 years ago

When running a WSGI instance in the foreground, the constant waitress.queue warnings are annoying. The logging configuration should be changed to only send those to the event log.

PR on the way.