-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Double logging since v3.1.1 #280
Comments
palfrey
added a commit
to palfrey/serverless-http
that referenced
this issue
Sep 1, 2023
This was referenced Sep 1, 2023
palfrey
added a commit
to palfrey/serverless-http
that referenced
this issue
Sep 8, 2023
dougmoscrop
pushed a commit
that referenced
this issue
Sep 21, 2023
* Redid the integration tests using serverless-offline * Split offline and AWS editions of the integration tests * Run integration test in Github * Integration needs "npm run" * Re-enable node14.x tests * Demo the pino case doing double logging * Resolves the multiple emit from #280
same issue, thnx @zoellner for troubleshooting, downgraded to 3.1 BTW: can anyone point me out why pino logs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This PR in #263 seems to have had a probably unintended side effect:
I am using serverless-http with express and the logger pino-http. Starting at serverless-http@3.1.1 I am seeing all request logs getting logged twice.
I added a super minimal demo project here to show the issue: https://github.com/zoellner/serverless-http-pino-bug
Originally posted by @zoellner in #263 (comment)
The text was updated successfully, but these errors were encountered: