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

feat(backend-api): Add env var to toggle GQL variable logging #5060

Merged

Conversation

theduke
Copy link
Contributor

@theduke theduke commented Sep 2, 2024

Adds an env var WASMER_API_INSECURE_LOG_VARIABLES to enable logging of
request variables.

This is useful for debugging, but somewhat dangerous because it can lead
to sensitive data being logged.

Closes #5061

@theduke theduke requested a review from xdoardo September 2, 2024 08:18
@theduke theduke force-pushed the run-418-backend-api-add-env-var-to-toggle-logging-of-request branch from dbbe522 to 958e285 Compare September 2, 2024 08:19
Adds an env var WASMER_API_INSECURE_LOG_VARIABLES to enable logging of
request variables.

This is useful for debugging, but somewhat dangerous because it can lead
to sensitive data being logged.
@theduke theduke force-pushed the run-418-backend-api-add-env-var-to-toggle-logging-of-request branch from 958e285 to ee6cbe1 Compare September 2, 2024 08:24
@theduke theduke merged commit bfa1d8a into main Sep 2, 2024
61 of 63 checks passed
@theduke theduke deleted the run-418-backend-api-add-env-var-to-toggle-logging-of-request branch September 2, 2024 09:55
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.

Backend API: Add env var to toggle logging of request variables
2 participants