Scope pino lines with filename
This commit is contained in:
parent
f6c19c548e
commit
4347964030
338 changed files with 1524 additions and 1111 deletions
|
@ -10,7 +10,9 @@ import * as zlib from 'zlib';
|
|||
|
||||
import * as durations from '../../util/durations';
|
||||
import { upload } from '../../logging/uploadDebugLog';
|
||||
import * as logger from '../../logging/log';
|
||||
import { createLogger } from '../../logging/log';
|
||||
|
||||
const logger = createLogger('uploadDebugLogs_test');
|
||||
|
||||
const gzip: (_: zlib.InputType) => Promise<Buffer> = util.promisify(zlib.gzip);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue