mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Scope pino lines with filename
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user