datatracker/ietf/person
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: purge_personal_api_key_events() task (#7485) 2024-05-30 08:23:49 -05:00
migrations feat: discourage URLs in Person names (#7453) 2024-05-22 17:23:27 -05:00
templatetags fix: remove unused imports 2022-09-28 17:45:11 -03:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py fix: Fix incorrect "GDPR" features/terminology. Fixes #4521. (#4587) 2022-10-18 13:27:19 -05:00
ajax.py Tear out old meeting schedule editor and related code 2021-11-04 17:07:22 +00:00
factories.py chore: use factory-boy 3.3 (#6269) 2023-09-05 09:54:30 -05:00
fields.py feat: only offer IAB/IESG members for bofreq responsible leadership (#4276) 2022-07-26 11:23:00 -05:00
forms.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
models.py feat: discourage URLs in Person names (#7453) 2024-05-22 17:23:27 -05:00
name.py Added 'De' as a surname particle, in addition to 'de' (for author Luca De Cicco). Commit ready to merge. 2020-12-15 14:24:41 +00:00
resources.py Change to not serve any personalapikey metadata. Commit ready for merge. 2021-12-16 19:57:31 +00:00
tasks.py feat: send_apikey_usage_emails_task() (#7486) 2024-05-30 08:31:25 -05:00
tests.py feat: purge_personal_api_key_events() task (#7485) 2024-05-30 08:23:49 -05:00
urls.py Merged from session_purpose_dev 2021-11-09 01:35:25 +00:00
utils.py feat: improve / clean up logging (#7591) 2024-06-26 14:53:05 -05:00
views.py feat: replace references to User with references to Person (#6024) 2024-01-24 11:00:19 -06:00