-
Notifications
You must be signed in to change notification settings - Fork 2k
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 Default Logging and Redactions of Logs #4328
Comments
@alzimmermsft In addition to redacting, we also must implement that if a task is running for more than 2 seconds we write the CPU/Memory (Disk and network if we can) into the default log. |
@samvaity could you please drive this to resolution for Preview 5? |
I'm not sure if I've shared this elsewhere, but we'd really like to get the items discussed in #5130 included in whichever PR related to logs comes out next |
Another customer request is to log which retry number we are on. See here |
@samvaity Can this issue be closed (for redaction), with the follow-up requests filed in new issues that are not considered release blocking? |
Add a default, always-on, logger and enhance logging to redact sensitive information (secrets, passwords, etc) from the logs.
The text was updated successfully, but these errors were encountered: