-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Fix logging placeholder for apigateway openapi import #12800
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, nice catch! Probably some code we'd need to look at more generally at some point 👀 if it's even real or not. Thanks for fixing!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix! 🚀
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 20m 22s ⏱️ - 1h 24m 28s Results for commit fd2b268. ± Comparison against base commit 3d56935. This pull request removes 3757 tests.
|
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 35m 43s ⏱️ Results for commit fd2b268. |
Motivation
We got alerted that there is a missing placeholder for our apigateway logging for importing openapi specs.
Changes