-
Notifications
You must be signed in to change notification settings - Fork 340
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
added a request time logging middleware #2361
added a request time logging middleware #2361
Conversation
|
||
def __call__(self, request): | ||
request.start_time = time.time() | ||
|
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.
Remove empty lines
… into middleware-to-log-request-times
@vigneshhari please take a look at the changes and let me know if any changes are required. |
@sainak updated , please check and let me know of any changes required |
@sainak bump |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2361 +/- ##
========================================
Coverage 65.19% 65.19%
========================================
Files 242 242
Lines 13866 13866
Branches 1925 1925
========================================
Hits 9040 9040
Misses 4448 4448
Partials 378 378 ☔ View full report in Codecov by Sentry. |
Proposed Changes
Associated Issue
Sample picture
@coronasafe/care-backend-maintainers @coronasafe/care-backend-admins