Scope pino lines with filename
This commit is contained in:
parent
f6c19c548e
commit
4347964030
338 changed files with 1524 additions and 1111 deletions
|
@ -2,10 +2,12 @@
|
|||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { isPlainObject } from 'lodash';
|
||||
import * as log from '../logging/log';
|
||||
import { createLogger } from '../logging/log';
|
||||
|
||||
import { isIterable } from '../util/iterables';
|
||||
|
||||
const log = createLogger('cleanDataForIpc');
|
||||
|
||||
/**
|
||||
* IPC arguments are serialized with the [structured clone algorithm][0], but we can only
|
||||
* save some data types to disk.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue