Scope pino lines with filename
This commit is contained in:
parent
f6c19c548e
commit
4347964030
338 changed files with 1524 additions and 1111 deletions
|
|
@ -8,7 +8,9 @@ import type { AttachmentType } from '../../types/Attachment';
|
|||
import { IMAGE_JPEG, LONG_MESSAGE } from '../../types/MIME';
|
||||
import { generateMessageId } from '../../util/generateMessageId';
|
||||
import { ensureBodyAttachmentsAreSeparated } from '../../util/queueAttachmentDownloads';
|
||||
import * as logger from '../../logging/log';
|
||||
import { createLogger } from '../../logging/log';
|
||||
|
||||
const logger = createLogger('queueAttachmentDownloads_test');
|
||||
|
||||
export function composeMessage(
|
||||
overrides?: Partial<MessageAttributesType>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue