You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deflog_request(self, handler):
"""Writes a completed HTTP request to the logs. By default writes to the python root logger. To change this behavior either subclass Application and override this method, or pass a function in the application settings dictionary as 'log_function'. """
We should pass our own logging function instead of changing the root log level.
Lots of stuff like this over and over again...
The text was updated successfully, but these errors were encountered: