Scope pino lines with filename

This commit is contained in:
Fedor Indutny
2025-06-16 11:59:31 -07:00
committed by GitHub
parent f6c19c548e
commit 4347964030
338 changed files with 1524 additions and 1111 deletions

View File

@@ -3,7 +3,9 @@
import type { MessageAttributesType } from '../model-types.d';
import type { CallbackResultType } from '../textsecure/Types.d';
import * as log from '../logging/log';
import { createLogger } from '../logging/log';
const log = createLogger('messages');
type StringKey<T> = keyof T & string;