zulip/zproject
Greg Price e0a5e6fade logging: Explain quirks of Python logging config, and apply a style.
This should make it a little easier to understand our logging config
and make changes to it with confidence.

Many of these items that are now redundant used to be required when we
were setting disable_existing_loggers to True (before 500d81bf2), in
order to exempt those loggers from being cleared out.  Now they're not.

One bit of test code needed a tweak to how it got its hands on the
AdminZulipHandler instance; it can do it from the list on the root
logger just as well as on the `django` logger.
2017-09-28 18:26:39 -07:00
..
jinja2 zproject: Remove absolute_import. 2017-09-27 20:20:07 -07:00
__init__.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
backends.py LDAP: Restore an except clause and add test to cover it. 2017-09-28 18:26:39 -07:00
dev_settings.py emails: Log emails that are queued or sent in dev environment. 2017-09-26 15:02:47 -07:00
dev_urls.py test_emails: Generate emails instead of hardcoding. 2017-09-26 15:02:47 -07:00
legacy_urls.py api: Migrate /json/messages_in_narrow off legacy API. 2017-07-31 13:08:06 -07:00
prod_settings_template.py backends.py: Enable auth with any ldap attributes as username. 2017-09-15 10:28:41 -07:00
settings.py logging: Explain quirks of Python logging config, and apply a style. 2017-09-28 18:26:39 -07:00
terms.md.template Add TERMS_OF_SERVICE setting. 2016-07-29 20:47:31 -07:00
test_settings.py logging: Explain quirks of Python logging config, and apply a style. 2017-09-28 18:26:39 -07:00
urls.py urls: Change the method for adding alert words from PUT to POST. 2017-09-26 14:00:51 -07:00
wsgi.py python: Add lint rule banning 'from os.path import'. 2017-09-22 04:55:38 -07:00