From 62a213e37953065ca570942593170b9b4333af8a Mon Sep 17 00:00:00 2001 From: Marcos Tischer Vallim Date: Mon, 6 Mar 2023 23:26:41 -0300 Subject: [PATCH] fix: logback version --- pom.xml | 4 ++-- src/test/resources/logback.xml | 13 +++++-------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 95a54c5..241467b 100644 --- a/pom.xml +++ b/pom.xml @@ -254,13 +254,13 @@ ch.qos.logback logback-classic - 1.4.5 + 1.3.5 test ch.qos.logback logback-core - 1.4.5 + 1.3.5 test diff --git a/src/test/resources/logback.xml b/src/test/resources/logback.xml index d73aece..bf06d81 100644 --- a/src/test/resources/logback.xml +++ b/src/test/resources/logback.xml @@ -1,16 +1,13 @@ - - + - %d{ISO8601} [%thread] %-5level %logger{36} - %msg%n + %d{HH:mm:ss.SSS} [%thread] %-5level %logger{5} - %msg%n - - - - - + + + \ No newline at end of file