supernova15 / modwsgi

Automatically exported from code.google.com/p/modwsgi
0 stars 0 forks source link

Logging of requests example mistake. #274

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Logging of requests example mistake.

"""Also there is a bug in the second Logging Handler pprint.pprint((status, 
headers)+args), stream=self.__oheaders) should be pprint.pprint(((status, 
headers)+args), stream=self.__oheaders)"""

DebuggingTechniques page in wiki.

Original issue reported on code.google.com by Graham.Dumpleton@gmail.com on 18 Oct 2012 at 3:49

GoogleCodeExporter commented 8 years ago
Closing old issue. Believed to have been fixed.

Original comment by Graham.Dumpleton@gmail.com on 12 Nov 2014 at 11:07