DRF-API-Logger icon indicating copy to clipboard operation
DRF-API-Logger copied to clipboard

Added support for logging APIs returning GZIP data

Open cantus-firmus opened this issue 3 years ago • 0 comments

This change allows the API Logger to capture a log message for API calls in which the response includes content of type "application/gzip". Since the the binary archive should not be included in the log file, the response_body merely indicates the content type.

Prior to this change, API requests returning GZIP data were simply not logged.

cantus-firmus avatar Oct 12 '22 18:10 cantus-firmus