Skip to content

Commit 61eaefb

Browse files
authoredMay 14, 2019
Merge pull request #79 from pinojs/niche-browser-support-case
niche browser support case (cf pinojs/pino#612)
2 parents c6c8f60 + cfce6f0 commit 61eaefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const Hoek = require('@hapi/hoek')
44
const pino = require('pino')
55
const { stdSerializers } = pino
6-
const { serializersSym } = pino.symbols
6+
const serializersSym = Symbol.for('pino.serializers')
77
const nullLogger = require('abstract-logging')
88

99
const levels = ['trace', 'debug', 'info', 'warn', 'error']

0 commit comments

Comments
 (0)
Please sign in to comment.