Repository: ambari
Updated Branches:
  refs/heads/trunk 96b074049 -> 9919961cc


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/9919961c
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9919961c
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9919961c

Branch: refs/heads/trunk
Commit: 9919961cc1da5c2f6c28f78e2a240bca1ac6fc34
Parents: 96b0740
Author: Alejandro Fernandez <[email protected]>
Authored: Thu Mar 16 17:29:48 2017 -0700
Committer: Alejandro Fernandez <[email protected]>
Committed: Thu Mar 16 17:29:48 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/9919961c/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/9919961c/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>

Reply via email to