openedx / edx-django-utils

edX utilities for Django Application development.
https://edx.readthedocs.io/projects/edx-django-utils/en/latest/
Apache License 2.0
26 stars 20 forks source link

feat: Change get_plugin_apps to log at info level with more detail #357

Closed timmc-edx closed 12 months ago

timmc-edx commented 12 months ago

In edx-platform I found that this doesn't actually log unless I change it to log.warning, but... it seems worth changing this in case we get logging levels to work differently during service startup. (If nothing else, the comment may help the next person who is debugging plugins.)


Merge checklist: