Files
edx-platform/openedx/core/djangoapps/programs
Justin Hynes 17122eb442 refactor: remove PII from log messages in programs tasks (#35623)
* refactor: remove PII from log messages in programs tasks

[APER-3723]

Refactors a number of log statements from the Celery tasks in the Programs Django app. This removes username (considered PII) from the log statements and opts to use LMS User ID instead.

* fix: quality
2024-10-15 08:33:36 -04:00
..
2023-09-01 14:41:34 -04:00

Status: Maintenance

Responsibilities
================
The Programs app is responsible (along with the `credentials app`_)
for communicating with the `credentials service`_, which is
the system of record for a learner's Program Certificates, and which (when enabled by the edX
instance) is the system of record for accessing all of a learner's credentials.

It also hosts program discussion forum and program live configuration.

.. _credentials service: https://github.com/openedx/credentials

.. _credentials app: https://github.com/openedx/edx-platform/tree/master/openedx/core/djangoapps/credentials

See Also
========

* ``lms/djangoapps/learner_dashboard/``,  which hosts the program dashboard.
* ``openedx/core/djangoapps/credentials``