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:53 UTC

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

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