"Yes, something like that is a fairly minimal configuration, but generally I've found a file-based log to be pretty much part of every site's requirement, for anything but the smallest (toy) site."
Indeed, though that config does exactly that with apache ... the streamhandler by default spits everything out to stderr which is in turn picked up by apache's logging. btw... My implementation of logging is here: http://github.com/kevin/django-experimental and a flushed out demo of what a third party app that utilizes python logging is here (basically just django-devserver with some extra pizzaz thanks to pygments and zain's jogging handlers): http://github.com/kevin/django-lumberjack -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.