Skip to content

Commit 083425f

Browse files
committed
use a log id rather
1 parent d84a6c0 commit 083425f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/compass/src/app/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,7 @@ const app = {
379379
});
380380
}
381381

382-
// eslint-disable-next-line no-console
383-
console.log({
382+
log.info(mongoLogId(1_001_000_338), 'Main Window', 'Recent version info', {
384383
previousVersion: state.previousVersion,
385384
DEFAULT_APP_VERSION,
386385
APP_VERSION,

0 commit comments

Comments
 (0)