Pylons / waitress

Waitress - A WSGI server for Python 3
https://docs.pylonsproject.org/projects/waitress/en/latest/
Other
1.44k stars 164 forks source link

fix a crash in the MultiSocketServer startup and re-enable startup messages #332

Closed mmerickel closed 3 years ago

mmerickel commented 3 years ago

1) fixes #331

2) no output was displayed by default because the root logger defaults to WARNING level and this level is inherited by any logger that does not have their own level defined. Since waitress is being run as the entry point, I think it's ok for waitress to configure its own effective logging level and set it to INFO triggering its messages to emit by default.