You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clj-otel-adapter-log4j/java/steffan_westcott/clj_otel/adapter/log4j/CljOtelAppender.java
+17-16Lines changed: 17 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -43,51 +43,51 @@ public class CljOtelAppender extends AbstractAppender {
43
43
/**
44
44
* If true, include <code>:source</code> location where log record occurred (default: false)
45
45
*/
46
-
publicfinalbooleancodeAttrs;
46
+
publicfinalbooleancaptureCodeAttributes;
47
47
48
48
/**
49
49
* If true, include thread data (default: false).
50
50
*/
51
-
publicfinalbooleanexperimentalAttrs;
51
+
publicfinalbooleancaptureExperimentalAttributes;
52
52
53
53
/**
54
54
* If true and event is a <code>MapMessage</code>, add content to log record attributes and set log record body to <code>message</code> value (default: false).
55
55
*/
56
-
publicfinalbooleanmapMessageAttrs;
56
+
publicfinalbooleancaptureMapMessageAttributes;
57
57
58
58
/**
59
59
* If true, include Log4j marker as attribute (default: false).
60
60
*/
61
-
publicfinalbooleanmarkerAttr;
61
+
publicfinalbooleancaptureMarkerAttribute;
62
62
63
63
/**
64
64
* If true, include all Log4j context data as attributes (default: false).
0 commit comments