We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@JeroenVerstraelen you originally added this traceback_with_variables feature here:
traceback_with_variables
openeo-geopyspark-driver/openeogeotrellis/deploy/batch_job.py
Line 746 in 5e0f8cb
But I've noticed that this exposes access keys in the (batch job) logs. It seems quite risky to blindly expose all local vars in our logs.
Do we still need or use this feature?
The text was updated successfully, but these errors were encountered:
Issue #939 disable exc_info_with_locals logging for now
7a507dd
This is quickfix that need future fine-tuning (or complete removal) Also avoid importing generic symbols like "Format" in global namespace
I already quickfixed this by disabling it for now in 7a507dd
maybe we should only enable this on dev deploys?
Sorry, something went wrong.
No branches or pull requests
@JeroenVerstraelen you originally added this
traceback_with_variables
feature here:openeo-geopyspark-driver/openeogeotrellis/deploy/batch_job.py
Line 746 in 5e0f8cb
But I've noticed that this exposes access keys in the (batch job) logs. It seems quite risky to blindly expose all local vars in our logs.
Do we still need or use this feature?
The text was updated successfully, but these errors were encountered: