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.
1 parent 9808bda commit e2d3318Copy full SHA for e2d3318
articles/azure-monitor/app/java-standalone-config.md
@@ -416,6 +416,27 @@ 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
+You can enable the `Marker` property for Logback and Log4j 2:
422
423
+```json
424
+{
425
+ "preview": {
426
+ "captureLogbackMarker": true
427
+ }
428
+}
429
+```
430
431
432
433
434
+ "captureLog4jMarker": true
435
436
437
438
439
+This feature is in preview, starting from 3.5.0.
440
441
### Code properties for Logback (preview)
442
0 commit comments