Skip to content

Commit 84683da

Browse files
fix: add info logger instead of error when catalog is not enabled
1 parent 51a7b4b commit 84683da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openedx/core/djangoapps/catalog/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def check_catalog_integration_and_get_user(error_message_field):
9393
return None, catalog_integration
9494
return user, catalog_integration
9595
else:
96-
logger.error(
96+
logger.info(
9797
"Unable to retrieve details about {field} because Catalog Integration is not enabled".format(
9898
field=error_message_field,
9999
)

0 commit comments

Comments
 (0)