Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Nov 29, 2020

Conversation

mmerickel
Copy link
Member

  1. fixes AttributeError with 2.0.0b0 #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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AttributeError with 2.0.0b0
2 participants