[prev in list] [next in list] [prev in thread] [next in thread] 

List:       activemq-commits
Subject:    [1/2] activemq-artemis git commit: ARTEMIS-329 improving log / applying patch from JIRA
From:       clebertsuconic () apache ! org
Date:       2015-12-29 5:07:03
Message-ID: 613361f847a5457b8f285a64a875e605 () git ! apache ! org
[Download RAW message or body]

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 4f8aae0a4 -> 1e8eee0fb


ARTEMIS-329 improving log / applying patch from JIRA


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/9042b2ce
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/9042b2ce
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/9042b2ce

Branch: refs/heads/master
Commit: 9042b2ceeef62b026731ee25b06651c5c313c2ce
Parents: 4f8aae0
Author: Clebert Suconic <clebertsuconic@apache.org>
Authored: Mon Dec 28 10:02:00 2015 -0500
Committer: Clebert Suconic <clebertsuconic@apache.org>
Committed: Mon Dec 28 10:02:00 2015 -0500

----------------------------------------------------------------------
 .../activemq/artemis/cli/commands/etc/logging.properties       | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/9042b2ce/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/logging.properties
                
----------------------------------------------------------------------
diff --git a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/logging.properties \
b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/logging.properties
 index b5a7de6..bb824e9 100644
--- a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/logging.properties
                
+++ b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/logging.properties
 @@ -38,9 +38,11 @@ handler.CONSOLE.autoFlush=true
 handler.CONSOLE.formatter=PATTERN
 
 # File handler configuration
-handler.FILE=org.jboss.logmanager.handlers.FileHandler
+handler.FILE=org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
 handler.FILE.level=DEBUG
-handler.FILE.properties=autoFlush,fileName
+handler.FILE.properties=suffix,append,autoFlush,fileName
+handler.FILE.suffix=.yyyy-MM-dd
+handler.FILE.append=true
 handler.FILE.autoFlush=true
 handler.FILE.fileName=${artemis.instance}/log/artemis.log
 handler.FILE.formatter=PATTERN


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic