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 <[email protected]> Authored: Mon Dec 28 10:02:00 2015 -0500 Committer: Clebert Suconic <[email protected]> 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
