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: agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/SecondEntryPoint.java
+21-19Lines changed: 21 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -260,25 +260,6 @@ public void customize(AutoConfigurationCustomizer autoConfiguration) {
260
260
returnprops;
261
261
})
262
262
.addPropertiesCustomizer(newAiConfigCustomizer())
263
-
.addLogRecordProcessorCustomizer(
264
-
(logRecordProcessor, configProperties) -> {
265
-
if (logRecordProcessorinstanceofBatchLogRecordProcessor) {
266
-
List<LogRecordProcessor> logRecordProcessors =
267
-
getLogRecordProcessors(configuration);
268
-
269
-
// the filtering log record processor needs to be chained on front of the batch log
270
-
// record processor, hopefully log filtering will be better supported by
0 commit comments