Re: Logging works from 'manage.py shell', not from app

2012-04-18 Thread Daniel Sokolowski
rom: Gelonida N Sent: Wednesday, April 18, 2012 4:41 AM To: django-users@googlegroups.com Subject: Re: Logging works from 'manage.py shell', not from app On 04/13/2012 07:41 PM, Jeff Blaine wrote: Hi all. I'm stumped on something. Using logging via 'manage.py shell' is w

Re: Logging works from 'manage.py shell', not from app

2012-04-18 Thread Gelonida N
On 04/13/2012 07:41 PM, Jeff Blaine wrote: > Hi all. I'm stumped on something. Using logging via 'manage.py shell' is > working as expected. Using it in the webapp generates zero data and > zero errors. I'm not sure whether this is your problem, but please note, that logging to a log file is not a

Logging works from 'manage.py shell', not from app

2012-04-13 Thread Jeff Blaine
Hi all. I'm stumped on something. Using logging via 'manage.py shell' is working as expected. Using it in the webapp generates zero data and zero errors. NOTE: /var/log/hostdb.log is WORLD WRITABLE (in order to dodge any permissions errors right now while debugging this) My logging settings are a