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:
@@ -21,11 +21,13 @@ import { Address } from '../types/Address';
|
||||
import { QualifiedAddress } from '../types/QualifiedAddress';
|
||||
import type { ServiceIdString } from '../types/ServiceId';
|
||||
import type { ServerKeysType, WebAPIType } from './WebAPI';
|
||||
import * as log from '../logging/log';
|
||||
import { createLogger } from '../logging/log';
|
||||
import { isRecord } from '../util/isRecord';
|
||||
import type { GroupSendToken } from '../types/GroupSendEndorsements';
|
||||
import { onFailedToSendWithEndorsements } from '../util/groupSendEndorsements';
|
||||
|
||||
const log = createLogger('getKeysForServiceId');
|
||||
|
||||
export async function getKeysForServiceId(
|
||||
serviceId: ServiceIdString,
|
||||
server: WebAPIType,
|
||||
|
||||
Reference in New Issue
Block a user