We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6c8f60 + cfce6f0 commit 61eaefbCopy full SHA for 61eaefb
index.js
@@ -3,7 +3,7 @@
3
const Hoek = require('@hapi/hoek')
4
const pino = require('pino')
5
const { stdSerializers } = pino
6
-const { serializersSym } = pino.symbols
+const serializersSym = Symbol.for('pino.serializers')
7
const nullLogger = require('abstract-logging')
8
9
const levels = ['trace', 'debug', 'info', 'warn', 'error']
0 commit comments