-
Notifications
You must be signed in to change notification settings - Fork 21
Add querystring to MozLog "request.summary"
#97
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #97 +/- ##
==========================================
+ Coverage 97.97% 98.01% +0.03%
==========================================
Files 22 22
Lines 692 705 +13
Branches 92 96 +4
==========================================
+ Hits 678 691 +13
Misses 8 8
Partials 6 6 ☔ View full report in Codecov by Sentry. |
|
I am assuming we won't have anything sensitive in the query string. |
Now that you say it, maybe it should be behind a setting and opt-in, just to be extra safe. |
alexcottner
left a comment
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.
Looks solid
* Remove redundant code * Set APP_DIR explicitly Without this, the APP_DIR is `/app` which makes tests fail. * python-dockerflow does not log querystrings (see mozilla-services/python-dockerflow#97) * Include dockerflow submodules in overrides * Include fastapi subdeps * Reorder imports * Register checks in lifespan (#878) * Register checks in lifespan * Add bugzilla checks * Ignore lifespan type * Add type to lifespan * Prepare for new features of python-dockerflow * Prepare for dockerflow-2024.3.0 * Revert "python-dockerflow does not log querystrings (see mozilla-services/python-dockerflow#97)" This reverts commit fbfe9e3. --------- Co-authored-by: grahamalama <gbeckley@mozilla.com>
No description provided.