-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Enable stdout logging in run_app by default #3243
Labels
good first issue
Good for newcomers
Hacktoberfest
We think it's good for https://hacktoberfest.digitalocean.com/
outdated
Comments
The fix is relatively easy. |
webknjaz
added
Hacktoberfest
We think it's good for https://hacktoberfest.digitalocean.com/
and removed
Hacktoberfest
We think it's good for https://hacktoberfest.digitalocean.com/
labels
Oct 3, 2018
Mind if I have a go at this? If I understand this issue correctly, all that needs to be done is add a check at the start of |
Please do. |
0az
added a commit
to 0az/aiohttp
that referenced
this issue
Oct 6, 2018
5 tasks
0az
added a commit
to 0az/aiohttp
that referenced
this issue
Oct 6, 2018
0az
added a commit
to 0az/aiohttp
that referenced
this issue
Oct 6, 2018
0az
added a commit
to 0az/aiohttp
that referenced
this issue
Oct 6, 2018
0az
added a commit
to 0az/aiohttp
that referenced
this issue
Oct 6, 2018
0az
added a commit
to 0az/aiohttp
that referenced
this issue
Oct 9, 2018
asvetlov
pushed a commit
that referenced
this issue
Nov 24, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
good first issue
Good for newcomers
Hacktoberfest
We think it's good for https://hacktoberfest.digitalocean.com/
outdated
Flask adds StreamHandler to application logger if the logger has no handlers at the moment of application startup.
We should do the same in web.run_app. AppRunner should be configured explicitly.
http://flask.pocoo.org/docs/1.0/logging/#default-configuration
See #2952 (comment) for motivation
The text was updated successfully, but these errors were encountered: