feat: Add Status Code and Request and Response Bodies to Logs#1358
feat: Add Status Code and Request and Response Bodies to Logs#1358dan-fernandes wants to merge 25 commits intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1358 +/- ##
=======================================
Coverage 95.15% 95.16%
=======================================
Files 43 43
Lines 3014 3020 +6
=======================================
+ Hits 2868 2874 +6
Misses 146 146 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Could we add some logging (possibly at debug?) when the request is received as well? Running a plan with this logging now gives something like where the plan appears to start before the request that started it. Making the |
|
Debug log has been added before request is handled. Logs now include port. |
Logs now have status code. Logs now have request and response bodies as attributes to log record (accessible via Graylog). Logs now look prettier.
Example: