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

enapps-enorman pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-base.git


The following commit(s) were added to refs/heads/master by this push:
     new cfc3b4d  SLING-13218 fix logback pattern to have a newline at the end 
(#27)
cfc3b4d is described below

commit cfc3b4df738d138e760bc406d6560e08cd1fcc0b
Author: Eric Norman <[email protected]>
AuthorDate: Thu Aug 6 15:24:46 2026 -0700

    SLING-13218 fix logback pattern to have a newline at the end (#27)
---
 src/test/resources/logback-test.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/resources/logback-test.xml 
b/src/test/resources/logback-test.xml
index 29ccf2e..6ed00f4 100644
--- a/src/test/resources/logback-test.xml
+++ b/src/test/resources/logback-test.xml
@@ -18,7 +18,7 @@
   under the License.
 -->
 <configuration>
-  <property name="LOG_PATTERN" value="%d{dd.MM.yyyy HH:mm:ss.SSS} *%-5p* [%t] 
%c{1}: %m"/>
+  <property name="LOG_PATTERN" value="%d{dd.MM.yyyy HH:mm:ss.SSS} *%-5p* [%t] 
%c{1}: %m%n"/>
 
   <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
     <encoder>

Reply via email to