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
The newly fixed adaptor logs are logging to stdout in the worker, which means they get logged to gcloud.
We should treat adaptor logs the same as job logs. Since they may have sensitive data in them, we should not log them to stdout.
This is an easy fix, likely a 1.0.1 patch (although if I have time I'll sneak it into the release)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The newly fixed adaptor logs are logging to stdout in the worker, which means they get logged to gcloud.
We should treat adaptor logs the same as job logs. Since they may have sensitive data in them, we should not log them to stdout.
This is an easy fix, likely a 1.0.1 patch (although if I have time I'll sneak it into the release)
The text was updated successfully, but these errors were encountered: