#19424: django + fastcgi + lighttpd outlog and errlog not working
-------------------------------+------------------------------
     Reporter:  anonymous      |      Owner:  nobody
         Type:  Bug            |     Status:  new
    Component:  Uncategorized  |    Version:  1.4
     Severity:  Normal         |   Keywords:  fastcgi lighttpd
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  0              |      UI/UX:  0
-------------------------------+------------------------------
 Hello,

 I'm running a django app on lighttpd with fastcgi.
 For debugging matters I would need the output logs that usually are
 displayed on the console.
 Because I run my application in a daemonize mode I tried to use the outlog
 and errlog options but it did not work.

 Here is the command I run:

 {{{
 python manage.py runfcgi method=threaded host=127.0.0.1 port=3033
 workdir=/mydir/finderauto_dj/ outlog=out.log errlog=err.log

 }}}

 The out.log and err.log files are created but when I access my website,
 this should produce this kind of logs:

 {{{
 [03/Dec/2012 23:09:11] "GET /admin/recherches/alert/4/ HTTP/1.1" 200 11844

 }}}

 However, both out.log and err.log files remain empty.

 Then I tried to use the daemonize=false option in order to have directly
 the output:

 {{{
 python manage.py runfcgi method=threaded host=127.0.0.1 port=3033
 daemonize=false

 }}}

 I get nothing either...

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19424>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to