mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Scope pino lines with filename
This commit is contained in:
@@ -8,7 +8,7 @@ import protobuf from '../protobuf/wrap';
|
||||
import { normalizeAci } from '../util/normalizeAci';
|
||||
import { isAciString } from '../util/isAciString';
|
||||
import { DurationInSeconds } from '../util/durations';
|
||||
import * as log from '../logging/log';
|
||||
import { createLogger } from '../logging/log';
|
||||
import type { ContactAvatarType } from '../types/Avatar';
|
||||
import type { AttachmentType } from '../types/Attachment';
|
||||
import { computeHash } from '../Crypto';
|
||||
@@ -18,6 +18,8 @@ import { decryptAttachmentV2ToSink } from '../AttachmentCrypto';
|
||||
import Avatar = Proto.ContactDetails.IAvatar;
|
||||
import { stringToMIMEType } from '../types/MIME';
|
||||
|
||||
const log = createLogger('ContactsParser');
|
||||
|
||||
const { Reader } = protobuf;
|
||||
|
||||
type OptionalFields = {
|
||||
|
||||
Reference in New Issue
Block a user