Skip to content

Commit 0effa97

Browse files
committed
chore: update logback.xml to include exception and async
1 parent 9b331e1 commit 0effa97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/uk/gov/hmcts/cp/logging/JunitLoggingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ void junit_should_log_correct_fields() throws JsonProcessingException {
3232
.containsEntry("logger_name", "uk.gov.hmcts.cp.logging.JunitLoggingTest")
3333
.containsEntry("thread_name", "Test worker")
3434
.containsEntry("level", "INFO")
35-
.containsEntry("message", "junit test message");
35+
.containsEntry("message", "junit test message\n");
3636
}
3737

3838
private ByteArrayOutputStream captureStdOut() {

0 commit comments

Comments
 (0)