datatracker/ietf/stats
Jennifer Richards 6a96a69234
feat: improve / clean up logging (#7591)
* refactor: always use console log handler

* refactor: json for k8s, plain otherwise

* chore: remove syslog from wsgi.py

* chore: remove debug.log()

* chore: drop syslog from settings.py

* refactor: use log.log() in person.utils

* refactor: fetch_meeting_attendance->log.log()

* chore: gunicorn logs as JSON (wip)

* feat: better json log formatting

* refactor: improve log config

* feat: gunicorn access log fields

* fix: remove type hints

The gunicorn logger plays tricks with the
LogRecord args parameter to let it have string
keys instead of being a simple tuple.
The mypy tests rightly flag this. Rather
than fighting the typing, just remove the
hints and leave a comment warning not to
use the gunicorn-specific formatter with
other loggers.
2024-06-26 14:53:05 -05:00
..
management feat: improve / clean up logging (#7591) 2024-06-26 14:53:05 -05:00
migrations fix: build proceedings attendee list from MeetingRegistration table. … (#6567) 2023-11-07 13:09:19 +01:00
__init__.py Actually commit the statistics section. 2016-10-13 15:36:14 +00:00
admin.py Tweaked the MeetingRegistration admin. 2020-06-25 16:22:41 +00:00
factories.py fix: correct meeting attendance calculations (#4536) 2022-10-13 10:55:57 -05:00
models.py feat: session apis (#7173) 2024-03-12 10:22:24 -05:00
resources.py Updated API resources for MeetingRegistration. 2020-06-10 18:22:47 +00:00
tasks.py fix: Add testing, fix bug in fetch_meeting_attendance_task (#6961) 2024-01-23 16:14:37 -06:00
tests.py chore: add task tests; move message task to message app (#6964) 2024-01-24 08:53:42 -06:00
urls.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
utils.py refactor: Move cron jobs to celery tasks (#6926) 2024-01-22 12:04:16 -06:00
views.py fix: gather interesting years for stats accounting for published rfcs 2023-12-13 13:14:38 -06:00