pascalin / pycoon

Automatically exported from code.google.com/p/pycoon
GNU General Public License v2.0
0 stars 0 forks source link

Add logging of HTTP client requests on info logging level #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A logging record should look like this:

INFO:sitemap.processor:127.0.0.1 [2006-11-15 17:11:51Z] "GET /structure/
HTTP/1.1" 200 26436

Original issue reported on code.google.com by anrien...@gmail.com on 13 Dec 2006 at 7:54

GoogleCodeExporter commented 9 years ago
Access logging example:

[INFO] access [CP WSGIServer Thread-5]: 127.0.0.1 [2006-12-13 20:03:07Z] "GET
/css/menu.css" 200

Original comment by anrien...@gmail.com on 13 Dec 2006 at 8:06

GoogleCodeExporter commented 9 years ago

Original comment by anrien...@gmail.com on 26 Feb 2007 at 6:31