Skip to content
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 support for logging APIs returning GZIP data #66

Merged
merged 1 commit into from
Jan 18, 2023

Conversation

cantus-firmus
Copy link

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.

@vishalanandl177 vishalanandl177 merged commit 18544c6 into vishalanandl177:master Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants