We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8fbb9c commit a57c09fCopy full SHA for a57c09f
bufflog.ts
@@ -6,6 +6,10 @@ export class BuffLog {
6
constructor() {
7
this.pinoLogger = require('pino')({
8
'level': this.defaultLevel,
9
+
10
+ // probably we want to call it `msg`. if so, let's change the PHP library instead
11
+ 'messageKey': 'message',
12
13
// notice doesn't exist in pino, let's add it
14
customLevels: {
15
notice: 35
0 commit comments