Skip to content

Commit

Permalink
Update Azure SDK logger variable in docs (#28622)
Browse files Browse the repository at this point in the history
* Update azure.mdx

Update Azure secrets engine docs to use AZURE_SDK_GO_LOGGING for Azure debug

* Update azure.mdx

Update Azure Auth engine docs to use AZURE_SDK_GO_LOGGING for Azure debug
  • Loading branch information
ram-parameswaran authored and digivava committed Nov 6, 2024
1 parent 2e13033 commit 8e7fa2e
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 8e7fa2e

Please sign in to comment.