Skip to content

Commit a7baf4a

Browse files
authored
Update articles/azure-monitor/app/java-jmx-metrics-configuration.md
1 parent 9a511be commit a7baf4a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

articles/azure-monitor/app/java-jmx-metrics-configuration.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,7 @@ To view the available metrics, set `selfDiagnostics` to `DEBUG` in your `applica
2525

2626
```json
2727
"selfDiagnostics": {
28-
"destination": "file+console",
29-
"level": "DEBUG",
30-
"file": {
31-
"path": "applicationinsights.log",
32-
"maxSizeMb": 5,
33-
"maxHistory": 1
34-
}
28+
"level": "DEBUG"
3529
}
3630
```
3731

0 commit comments

Comments
 (0)