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

add log{Request|Response}{Body|Headers} config params #12

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

stevenbunting
Copy link
Collaborator

Adds new parameters to the base (local) config. These parameters are, with defaults,

"logRequestHeaders": True, 
"logRequestBody": True, 
"logResponseHeaders": True,
"logResponseBody": True,

Setting any of them to False will null out the value being sent to Supergood. While this limits SG's ability to do anomaly detection, we think it's a useful feature to allow users to be even more in control of their own data.

@stevenbunting stevenbunting merged commit 74f4a5e into master Jan 11, 2024
6 checks passed
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