diff options
| author | Tim Graham <timograham@gmail.com> | 2015-03-24 08:33:56 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-24 08:41:05 -0400 |
| commit | 13bc311cdb11e590acf8942540d7db518d8082f9 (patch) | |
| tree | 3f1c804a2803b395aae2bf20dd6fd831ff09cfaf /django/utils | |
| parent | 987e4b91d6f0307a622f955f2304146f7bbb3adb (diff) | |
Removed getLogger alias in django.utils.log.
Diffstat (limited to 'django/utils')
| -rw-r--r-- | django/utils/log.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/django/utils/log.py b/django/utils/log.py index 93b25c3da8..7ccc532a05 100644 --- a/django/utils/log.py +++ b/django/utils/log.py @@ -12,8 +12,6 @@ from django.utils.encoding import force_text from django.utils.module_loading import import_string from django.views.debug import ExceptionReporter, get_exception_reporter_filter -getLogger = logging.getLogger - # Default logging for Django. This sends an email to the site admins on every # HTTP 500 error. Depending on DEBUG, all other log records are either sent to # the console (DEBUG=True) or discarded by mean of the NullHandler (DEBUG=False). |
