We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d8b828 + b112527 commit 109a62eCopy full SHA for 109a62e
1 file changed
openedx/core/djangoapps/catalog/utils.py
@@ -93,7 +93,7 @@ def check_catalog_integration_and_get_user(error_message_field):
93
return None, catalog_integration
94
return user, catalog_integration
95
else:
96
- logger.error(
+ logger.info(
97
"Unable to retrieve details about {field} because Catalog Integration is not enabled".format(
98
field=error_message_field,
99
)
0 commit comments