Scope pino lines with filename
This commit is contained in:
parent
f6c19c548e
commit
4347964030
338 changed files with 1524 additions and 1111 deletions
|
|
@ -6,7 +6,9 @@ import { debounce, isNumber } from 'lodash';
|
|||
import { strictAssert } from './assert';
|
||||
import { safeParseInteger } from './numbers';
|
||||
import { DataReader } from '../sql/Client';
|
||||
import * as log from '../logging/log';
|
||||
import { createLogger } from '../logging/log';
|
||||
|
||||
const log = createLogger('incrementMessageCounter');
|
||||
|
||||
let receivedAtCounter: number | undefined;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue