We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743bd78 commit 8a25fe9Copy full SHA for 8a25fe9
src/azure-cli-core/HISTORY.rst
@@ -5,7 +5,7 @@ Release History
5
6
2.0.28
7
++++++
8
-* Minor fixes
+* Enable HTTP logging with --debug
9
10
2.0.27
11
src/azure-cli-core/azure/cli/core/commands/client_factory.py
@@ -45,6 +45,8 @@ def get_subscription_service_client(cli_ctx):
45
def configure_common_settings(cli_ctx, client):
46
client = _debug.change_ssl_cert_verification(client)
47
48
+ client.config.enable_http_logger = True
49
+
50
client.config.add_user_agent(UA_AGENT)
51
try:
52
client.config.add_user_agent(os.environ[ENV_ADDITIONAL_USER_AGENT])
0 commit comments