Re: Log file analyze

2006-06-06 Thread Adrian Holovaty
On 6/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I am using django directly with python manage.py runserver. I do not > need any apache between. Hi Kim, There's no way to alter the log output of Django's runserver. It's not intended to be used for production sites, so adding that

Re: Log file analyze

2006-06-06 Thread [EMAIL PROTECTED]
I am using django directly with python manage.py runserver. I do not need any apache between. Kim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: Log file analyze

2006-06-06 Thread David Larlet
2006/6/6, Adrian Holovaty <[EMAIL PROTECTED]>: Are you using Apache? If so, this is something you configure inApache's httpd.conf configuration file, not in Django. See the ApacheLogFormat directive: http://httpd.apache.org/docs/2.2/mod/mod_log_config.html#logformatAdrianWhat about a

Log file analyze

2006-06-05 Thread [EMAIL PROTECTED]
Hi, currently my django logfile looks like: [06/Jun/2006 05:48:36] "GET /1/Image/17 HTTP/1.1" 301 0 [06/Jun/2006 05:48:36] "GET /1/Image/17/ HTTP/1.1" 200 10026 [06/Jun/2006 05:48:36] "GET /css/base.css HTTP/1.1" 304 0 [06/Jun/2006 05:48:36] "GET /images/20050828174505_1_1_1.jpg HTTP/1.1" 200