datatracker/ietf/utils/management
Jennifer Richards 48e0aa23f5
refactor: clean up logging (#7419)
* fix: log to stdout/stderr in json format

* chore: remove UTILS_LOGGER_LEVELS

This is not used (there _is_ a setting for the
django.security logger in settings_local.py on
production, but it is redundant with the
settings.LOGGING configuration and is not doing
anything).

* chore: revert to debug_console django logging

* chore: log.log to syslog via datatracker logger

* chore: remove unused imports

---------

Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2024-05-14 18:47:40 -05:00
..
commands refactor: clean up logging (#7419) 2024-05-14 18:47:40 -05:00
__init__.py Added a makefixture management command, from http://djangosnippets.org/snippets/918/, somewhat hacked. 2013-09-29 20:50:51 +00:00
base.py Create management command base class that sends emails on exceptions. Fixes #3356 and #3357. Commit ready for merge. 2021-10-29 01:58:21 +00:00
tests.py Create management command base class that sends emails on exceptions. Fixes #3356 and #3357. Commit ready for merge. 2021-10-29 01:58:21 +00:00