Skip to content

Commit 02745f1

Browse files
authored
chore(fluentbit): optimize java_multiline
1 parent f5cd8cc commit 02745f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addons/fluentbit/2/chart/fluentbit/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ daemonset:
245245
Rule "start_state" "/^\d{4}-\d{2}-\d{2}/" "cont"
246246
Rule "cont" "/^\s+at /" "cont"
247247
Rule "cont" "/^[a-z]/" "cont"
248-
Rule "cont" "/^[A-Z]/" "cont"
248+
Rule "cont" "/^Caused by:/" "cont"
249249
Rule "cont" "/^\s+/" "cont"
250250
251251
[MULTILINE_PARSER]

0 commit comments

Comments
 (0)