-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dev-tool] Enable test-proxy Debug log-level (#31759)
## What's going on? - Invocation of `test-proxy` in the `child_process` will now support environment variables - injects the current environment variables into the child's environment - Added a new flag `"test-proxy-debug"` to all the test commands, which enables debug logging for the test-proxy - sets the environment variable `Logging__LogLevel__Default` to `"Debug"` - Simply setting the environment variable `Logging__LogLevel__Default` to `"Debug"` will have the same effect as passing `test-proxy-debug` flag to the test commands. Related to Azure/azure-sdk-tools#9164
- Loading branch information
1 parent
291f09b
commit 8e7b3c4
Showing
6 changed files
with
34 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters