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

Errors aren't logged by application #373

Closed
maquino1985 opened this issue Nov 11, 2020 · 2 comments
Closed

Errors aren't logged by application #373

maquino1985 opened this issue Nov 11, 2020 · 2 comments
Labels

Comments

@maquino1985
Copy link
Contributor

Your logging should declare a logger name, otherwise it will clash with other logging configurations used by your consumers and not display any information in the console,

e.g.
init.py
line 17:
change
log = logging.getLogger() to log = logging.getLogger(name)

@miguelgrinberg
Copy link
Owner

Sounds good. Would you like to submit a pull request with this change?

@miguelgrinberg
Copy link
Owner

Fixed in #374

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

No branches or pull requests

2 participants