production trust and operations diagnostics#129
Merged
vishalanandl177 merged 5 commits intoJul 4, 2026
Merged
Conversation
vishalanandl177
marked this pull request as ready for review
July 4, 2026 12:55
vishalanandl177
deleted the
SCRUM-12-P0-Strengthen-production-trust-and-operations
branch
July 4, 2026 12:55
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
manage.py drf_api_logger_doctorwith text/JSON output and configurable failure threshold for operations and CI usage.Validation
python -m django test tests.test_diagnostics tests.test_management_commands tests.test_docs_content --settings=tests.test_settings --verbosity=1- 44 tests passed.python -m django test tests --settings=tests.test_settings --verbosity=1- 243 tests passed.python test_runner_simple.py- 27 tests passed.drf_api_logger/diagnostics.pyanddrf_api_logger/management/commands/drf_api_logger_doctor.pyboth reported 100% in the targeted coverage report.J:\projects\drf-demoonhttp://127.0.0.1:8000verified doctor output, warning failure threshold, HTTP log persistence, 500 logging, and password masking.Notes
The demo app intentionally reports one warning (
DRF603) because profiling sample rate is configured at1.0; default--fail-level errorpasses with zero errors, while--fail-level warningexits nonzero as designed.