Replies: 1 comment 1 reply
-
A quick glance at |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I simply run
web.run_app(app, port=5000)
- default logs are displayed, all is well.If, however, I use runners (because I need to listen on several ports), no logs are displayed.
setLevel
doesn't do anything.What can I do to see logs again?
Beta Was this translation helpful? Give feedback.
All reactions