This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing custom serializers example (#78)
The current example invokes the ExpressPinoLogger constructor twice, which throws in init: ``` TypeError: Cannot set property 'log' of undefined at loggingMiddleware (/repos/app/node_modules/pino-http/logger.js:99:23) ``` Fix for #76
- Loading branch information