Skip to content

Commit

Permalink
Update Azure SDK logger variable in docs (#28622) (#28849)
Browse files Browse the repository at this point in the history
  • Loading branch information
digivava authored Nov 8, 2024
1 parent 2e13033 commit e596143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/content/docs/auth/azure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,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
```

## API
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 @@ -314,11 +314,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

0 comments on commit e596143

Please sign in to comment.