pinojs / pino-pretty

🌲Basic prettifier for Pino log lines
MIT License
1.22k stars 147 forks source link

feat: automatically consume pino config when using pino@>=8.21.0 #508

Closed 10xLaCroixDrinker closed 4 months ago

10xLaCroixDrinker commented 4 months ago

This update consumes the new feature introduced in pinojs/pino#1930

I opted to listen directly for the PINO_CONFIG message here instead of using the expectPinoConfig option in pino-abstract-transport in order to support use outside pino.transport() and maintain maximum backward compatibility.