Commit c23ff08
authored
Fix JsonLoggerTests.testJsonInStacktraceMessageIsSplitted backport#39830 elastic#39834
a test was splitting a json log message with a wrong line separator.
Using System.lineSeparator consistently prevents this problem
closes elastic#39829
backport#398301 parent e6b9262 commit c23ff08
File tree
1 file changed
+1
-1
lines changed- qa/logging-config/src/test/java/org/elasticsearch/common/logging
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
0 commit comments