Fix double-wrap of MessageReceiver pino instance

This commit is contained in:
Fedor Indutny 2025-06-16 15:02:05 -07:00 committed by GitHub
parent 77c7c8d6ed
commit cae8bd482f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -159,9 +159,7 @@ import { CallLinkUpdateSyncType } from '../types/CallLink';
import { bytesToUuid } from '../util/uuidToBytes';
import { isBodyTooLong } from '../util/longAttachment';
const logger = createLogger('MessageReceiver');
const log = logger.child('MessageReceiver');
const log = createLogger('MessageReceiver');
const GROUPV2_ID_LENGTH = 32;
const RETRY_TIMEOUT = 2 * 60 * 1000;