You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
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 pinojs#76
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
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/pinojs/express-pino-logger#custom-serializers
The text was updated successfully, but these errors were encountered: