pinojs / pino-http

🌲 high-speed HTTP logger for Node.js
MIT License
539 stars 117 forks source link

fix: type variable for Logger #314

Closed naseemkullah closed 10 months ago

naseemkullah commented 10 months ago

the type variable of the logger should be the custom levels type since a recent change in pino types (https://github.com/pinojs/pino/pull/1858)

fixes #313

cc @UndefinedBehaviour

naseemkullah commented 10 months ago

thanks @mcollina for quick review/release!