This is an automated email from the ASF dual-hosted git repository.

amichai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-rsa.git

commit f9b86de744cf321af1e8e30247ca40b3e58094f6
Author: Amichai Rothman <[email protected]>
AuthorDate: Sun Jun 2 16:08:29 2024 +0300

    Improve test log format
---
 itests/felix/src/test/resources/logback.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/itests/felix/src/test/resources/logback.xml 
b/itests/felix/src/test/resources/logback.xml
index 29c498e2..32a63e7f 100644
--- a/itests/felix/src/test/resources/logback.xml
+++ b/itests/felix/src/test/resources/logback.xml
@@ -20,7 +20,7 @@
 <configuration>
   <appender name="console" class="ch.qos.logback.core.ConsoleAppender">
     <encoder>
-      <pattern>%date{HH:mm:ss} %level %logger{40}:%line - %msg%n</pattern>
+      <pattern>%date{HH:mm:ss.SSS} | %level | %thread | %logger{40}:%line | 
%msg%n</pattern>
     </encoder>
   </appender>
 

Reply via email to