Repository: activemq-artemis Updated Branches: refs/heads/master 2b00c99ad -> 6c6a53d80
changing logging to artemis.log Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/cbf746dd Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/cbf746dd Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/cbf746dd Branch: refs/heads/master Commit: cbf746dd6f722c893b534e4cc4315cc953d5863c Parents: 2b00c99 Author: Clebert Suconic <[email protected]> Authored: Wed May 13 09:11:00 2015 -0400 Committer: Clebert Suconic <[email protected]> Committed: Wed May 13 09:34:51 2015 -0400 ---------------------------------------------------------------------- .../apache/activemq/artemis/cli/commands/etc/logging.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/cbf746dd/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 5a5ad3e..b5a7de6 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 @@ -42,7 +42,7 @@ handler.FILE=org.jboss.logmanager.handlers.FileHandler handler.FILE.level=DEBUG handler.FILE.properties=autoFlush,fileName handler.FILE.autoFlush=true -handler.FILE.fileName=${artemis.instance}/log/activemq.log +handler.FILE.fileName=${artemis.instance}/log/artemis.log handler.FILE.formatter=PATTERN # Formatter pattern configuration
