You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2017/04/12 23:32:01 UTC

ambari git commit: AMBARI-20474. Log4j Pattern for Storm cluster.xml and worker.xml Does Not Include Thread Information (Hugo Louro via alejandro)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 e5940693b -> e84270e52


AMBARI-20474. Log4j Pattern for Storm cluster.xml and worker.xml Does Not Include Thread Information (Hugo Louro via alejandro)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e84270e5
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e84270e5
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e84270e5

Branch: refs/heads/branch-2.5
Commit: e84270e52c39e2ebb4c650a2a8cb94c3001c11e3
Parents: e594069
Author: Alejandro Fernandez <af...@hortonworks.com>
Authored: Wed Apr 12 16:35:15 2017 -0700
Committer: Alejandro Fernandez <af...@hortonworks.com>
Committed: Wed Apr 12 16:35:15 2017 -0700

----------------------------------------------------------------------
 .../STORM/1.0.1/configuration/storm-cluster-log4j.xml              | 2 +-
 .../STORM/1.0.1/configuration/storm-worker-log4j.xml               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e84270e5/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-cluster-log4j.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-cluster-log4j.xml b/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-cluster-log4j.xml
index 4ba4bd6..135aa79 100644
--- a/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-cluster-log4j.xml
+++ b/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-cluster-log4j.xml
@@ -64,7 +64,7 @@
 -->
 <configuration monitorInterval="60">
 <properties>
-    <property name="pattern">%d{yyyy-MM-dd HH:mm:ss.SSS} %c{1.} [%p] %msg%n</property>
+    <property name="pattern">%d{yyyy-MM-dd HH:mm:ss.SSS} %c{1.} %t [%p] %msg%n</property>
 </properties>
 <appenders>
     <RollingFile name="A1" immediateFlush="false"

http://git-wip-us.apache.org/repos/asf/ambari/blob/e84270e5/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-worker-log4j.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-worker-log4j.xml b/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-worker-log4j.xml
index 180208c..401efac 100644
--- a/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-worker-log4j.xml
+++ b/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-worker-log4j.xml
@@ -107,7 +107,7 @@
 
 <configuration monitorInterval="60">
 <properties>
-    <property name="pattern">%d{yyyy-MM-dd HH:mm:ss.SSS} %c{1.} [%p] %msg%n</property>
+    <property name="pattern">%d{yyyy-MM-dd HH:mm:ss.SSS} %c{1.} %t [%p] %msg%n</property>
     <property name="patternNoTime">%msg%n</property>
     <property name="patternMetrics">%d %-8r %m%n</property>
 </properties>