Skip to content

Commit

Permalink
mgmt, readme, enhance enabling logging part. (#38192)
Browse files Browse the repository at this point in the history
  • Loading branch information
haolingdong-msft authored Jan 3, 2024
1 parent 0a77ee9 commit 4954b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/resourcemanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ Azure SDKs for Java offer a consistent logging story to help aid in troubleshoot
their resolution. The logs produced will capture the flow of an application before reaching the terminal state to help
locate the root issue. View the [configure logging][logging] for guidance on package required and its configuration.

Sample code to enable logging in Azure Management Libraries for Java.
Sample code to enable logging in Azure Management Libraries for Java. If you want to troubleshoot HTTP request and response details, you can use `.withLogLevel(HttpLogDetailLevel.BODY_AND_HEADERS)`.

```java readme-sample-configureWithLogging
AzureResourceManager azure = AzureResourceManager
Expand Down

0 comments on commit 4954b7c

Please sign in to comment.