We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 578ce07 + 3da96db commit c123af5Copy full SHA for c123af5
articles/azure-monitor/app/java-standalone-config.md
@@ -416,6 +416,29 @@ These are the valid `level` values that you can specify in the `applicationinsig
416
> | project timestamp, message, itemType
417
> ```
418
419
+### Log markers for Logback and Log4j 2 (preview)
420
+
421
+Log markers are disabled by default.
422
423
+You can enable the `Marker` property for Logback and Log4j 2:
424
425
+```json
426
+{
427
+ "preview": {
428
+ "captureLogbackMarker": true
429
+ }
430
+}
431
+```
432
433
434
435
436
+ "captureLog4jMarker": true
437
438
439
440
441
+This feature is in preview, starting from 3.4.2.
442
443
### Code properties for Logback (preview)
444
0 commit comments