-
Notifications
You must be signed in to change notification settings - Fork 183
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
Support Test Proxy logging error output into a different log file #9460
Conversation
The following pipelines have been queued for testing: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Before we merge this across the repos I/we gotta double check to ensure that we don't have conditional yaml in each pipeline that expects the original output of a single log file.
I don't protest the intent at all.
The following pipelines have been queued for testing: |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#9460 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) Co-authored-by: alzimmermsft <48699787+alzimmermsft@users.noreply.github.com>
Updates the Test Proxy scripts to support outputting error logs into
test-proxy-error.log
. This should also standardize behaviors between Windows and Linux/macOs whereStart-Process
doesn't appear to include error output when-RedirectStandardError
isn't supplied whereas&>
fornohup
will redirect all output to the given location.With this there will be two files that need to be managed for Test Proxy, so
publish-proxy-logs.yml
is updated appropriately to grabtest-proxy-error.log
as well.