Re: Updating logging docs

2014-12-30 Thread Tim Graham
Definitely would be welcome. Perhaps these tickets cover at least some of your points: https://code.djangoproject.com/ticket/23394 - Need documentation for merging the project's logging configuration with Django's defaults https://code.djangoproject.com/ticket/23784 - Error reporting docs needs

Re: Updating logging docs

2014-12-30 Thread Daniele Procida
On Tue, Dec 30, 2014, Lee Trout wrote: >I'd like to see a mention of the defaults existing in >`django.utils.log.DEFAULT_LOGGING` *at a minimum*. Given the desire to >understand the entire technical scope I think it would be worth repeating >the default settings in the default logging configurati

Updating logging docs

2014-12-30 Thread Lee Trout
Hey gang, I finally got past 1.5 and I'm finding so many nice features in 1.7. Thanks to everyone! To my surprise logging had an overhaul from #21714 [0] and I found the documentation a bit confusing / lacking of details. Theres an explanation of merging settings in https://docs.djangoproject.co