Skip to content

Commit 8f1ece5

Browse files
authored
fix: dedupe log id 1_001_000_339 (#6677)
dedupe log id
1 parent a4b4d9c commit 8f1ece5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass/src/app/utils/telemetry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ async function getPublicCloudInfo(host: string): Promise<{
4343
debug(`getCloudInfo failed for "${host}": ${(err as Error).message}`);
4444

4545
log.warn(
46-
mongoLogId(1_001_000_339),
46+
mongoLogId(1_001_000_341),
4747
'getPublicCloudInfo',
4848
'Failed to look up host cloud information for telemetry',
4949
{ host, error: (err as Error).message }

0 commit comments

Comments
 (0)