Skip to content

Commit

Permalink
mgmt, networkanalytics, add live tests
Browse files Browse the repository at this point in the history
  • Loading branch information
v-hongli1 committed May 30, 2024
1 parent 6af226f commit cb7c4b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void beforeTest() {

networkAnalyticsManager = NetworkAnalyticsManager
.configure()
.withLogOptions(new HttpLogOptions().setLogLevel(HttpLogDetailLevel.BODY_AND_HEADERS))
.withLogOptions(new HttpLogOptions().setLogLevel(HttpLogDetailLevel.BASIC))
.authenticate(credential, profile);

resourceManager = ResourceManager
Expand Down

0 comments on commit cb7c4b4

Please sign in to comment.