Skip to content

Commit 4954b7c

Browse files
mgmt, readme, enhance enabling logging part. (#38192)
1 parent 0a77ee9 commit 4954b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/resourcemanager/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ Azure SDKs for Java offer a consistent logging story to help aid in troubleshoot
334334
their resolution. The logs produced will capture the flow of an application before reaching the terminal state to help
335335
locate the root issue. View the [configure logging][logging] for guidance on package required and its configuration.
336336

337-
Sample code to enable logging in Azure Management Libraries for Java.
337+
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)`.
338338

339339
```java readme-sample-configureWithLogging
340340
AzureResourceManager azure = AzureResourceManager

0 commit comments

Comments
 (0)