Skip to content
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

Backport of Update Azure SDK logger variable in docs into release/1.18.x #28644

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/content/docs/auth/azure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ To enable the Azure debug logs, set the following environment variable on the Va
server:

```shell
AZURE_GO_SDK_LOG_LEVEL=DEBUG
AZURE_SDK_GO_LOGGING=all
```

## Plugin Workload Identity Federation (WIF)
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/secrets/azure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -401,11 +401,11 @@ Azure service principal configured with the same permissions.
The Azure secret engine plugin supports debug logging which includes additional information
about requests and responses from the Azure API.

To enable the Azure debug logs, set the `AZURE_GO_SDK_LOG_LEVEL` environment variable to `DEBUG` on your Vault
To enable the Azure debug logs, set the `AZURE_SDK_GO_LOGGING` environment variable to `all` on your Vault
server:

```shell
AZURE_GO_SDK_LOG_LEVEL=DEBUG
AZURE_SDK_GO_LOGGING=all
```

## Help & support
Expand Down
Loading