Skip to content

Commit 2d41295

Browse files
eyalkorenKubik42
authored andcommitted
Reduce logging severity of NormalizeForStreamProcessor detecting non-… (elastic#136604)
1 parent 6c72aca commit 2d41295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ingest-otel/src/main/java/org/elasticsearch/ingest/otel/NormalizeForStreamProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public IngestDocument execute(IngestDocument document) {
140140
}
141141
}
142142
} catch (Exception e) {
143-
log.warn("Failed to parse structured message, keeping it as a string in 'body.text' field: {}", e.getMessage());
143+
log.debug("Failed to parse structured message, keeping it as a string in 'body.text' field", e);
144144
}
145145

146146
Map<String, Object> newAttributes = new HashMap<>();

0 commit comments

Comments
 (0)