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

myrle pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-rhythm.git


The following commit(s) were added to refs/heads/develop by this push:
     new ba10d96  old logs archive should be in sub-folder.
     new 0abeb58  Merge pull request #1 from myrlen/develop
ba10d96 is described below

commit ba10d964f055483ca058967fd0c4f6c77803da62
Author: Myrle Krantz <my...@apache.org>
AuthorDate: Wed Aug 9 21:26:03 2017 +0200

    old logs archive should be in sub-folder.
---
 service/src/main/resources/logback.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/service/src/main/resources/logback.xml 
b/service/src/main/resources/logback.xml
index 16f5144..2800819 100644
--- a/service/src/main/resources/logback.xml
+++ b/service/src/main/resources/logback.xml
@@ -19,7 +19,7 @@
     <appender name="FILE" 
class="ch.qos.logback.core.rolling.RollingFileAppender">
         <file>logs/rhythm.log</file>
         <rollingPolicy 
class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
-            <fileNamePattern>rhythm.%d{yyyy-MM-dd}.log</fileNamePattern>
+            
<fileNamePattern>logs/archive/rhythm.%d{yyyy-MM-dd}.log</fileNamePattern>
             <maxHistory>7</maxHistory>
             <totalSizeCap>2GB</totalSizeCap>
         </rollingPolicy>

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.

Reply via email to