However, I don't see an example of how to get the project's logging
configuration merged with Django's defaults. Since there's no example, I
assume that it's supposed to be easy to do, but I can't figure out how to
do it. I'm not the only one, either. Have a look at
[http://stackoverflow.com/questions/25434021/how-can-i-add-to-djangos-
default-logging this Stack Overflow question] that I posted. Would you be
willing to add an example of getting the project's logging configuration
merged with Django's defaults?
--
Ticket URL: <https://code.djangoproject.com/ticket/23394>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* version: 1.6 => master
* needs_docs: => 0
* type: Uncategorized => Cleanup/optimization
* stage: Unreviewed => Accepted
Comment:
The documentation could be clearer. With `'disable_existing_loggers':
False`, if you redefine an existing logger, you will have to redefine it
entirely, no merge effect are applied with the existing logger (AFAIK).
--
Ticket URL: <https://code.djangoproject.com/ticket/23394#comment:1>
* status: new => closed
* resolution: => duplicate
Comment:
Duplicate of #24361
--
Ticket URL: <https://code.djangoproject.com/ticket/23394#comment:2>