You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2017/11/27 18:05:52 UTC

[1/2] activemq-artemis git commit: This closes #1668

Repository: activemq-artemis
Updated Branches:
  refs/heads/master c4ba7af01 -> 76318a8d2


This closes #1668


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

Branch: refs/heads/master
Commit: 76318a8d2b24468ea8294739f59964e61fbc493b
Parents: c4ba7af 519abde
Author: Clebert Suconic <cl...@apache.org>
Authored: Mon Nov 27 13:05:47 2017 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Nov 27 13:05:47 2017 -0500

----------------------------------------------------------------------
 .../apache/activemq/artemis/cli/commands/etc/logging.properties    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[2/2] activemq-artemis git commit: ARTEMIS-1522 add date to timestamp in logs

Posted by cl...@apache.org.
ARTEMIS-1522 add date to timestamp in logs


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

Branch: refs/heads/master
Commit: 519abde5fff40875049952b805444693b85a03e4
Parents: c4ba7af
Author: Pat Fox <pa...@gmail.com>
Authored: Fri Nov 24 15:08:40 2017 +0100
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Nov 27 13:05:47 2017 -0500

----------------------------------------------------------------------
 .../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/519abde5/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 ed2f556..562fecd 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
@@ -51,4 +51,4 @@ handler.FILE.formatter=PATTERN
 # Formatter pattern configuration
 formatter.PATTERN=org.jboss.logmanager.formatters.PatternFormatter
 formatter.PATTERN.properties=pattern
-formatter.PATTERN.pattern=%d{HH:mm:ss,SSS} %-5p [%c] %s%E%n
+formatter.PATTERN.pattern=%d %-5p [%c] %s%E%n