On 3/4/08, AndrewD <[EMAIL PROTECTED]> wrote:
>  I would like to contribute a general Django logging system. I have
>  MODPYTHON logging working, & a basic file logging sample. I think most
>  Django users want easy logging out-of-the-box, and it meets the DRY
>  principle.

Please search the Django ticket tracker and the archives. We've
discussed this before, and decided against adding this sort of
built-in logging -- it's easy enough to just use Python's standard
logging package in your own code. Django doesn't need to reinvent this
particular wheel.

Jacob

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to