Skip to content

Commit 109a62e

Browse files
authored
Merge pull request #38253 from mitodl/marslan/6650-logger-for-catalog
fix: add info logger instead of error when catalog is not enabled
2 parents 0d8b828 + b112527 commit 109a62e

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)