Skip to content

Commit 78e3f5a

Browse files
committed
downgrade log severity
1 parent 833fd37 commit 78e3f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-collection/src/modules/collection-tab.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ export const analyzeCollectionSchema = (): CollectionThunkAction<
659659
}
660660

661661
if (err instanceof ProcessSchemaUnsupportedStateError) {
662-
logger.log.error(
662+
logger.log.info(
663663
mongoLogId(1_001_000_365),
664664
'Collection',
665665
'Schema analysis failed due to unsupported state',

0 commit comments

Comments
 (0)