You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2016/08/31 07:26:37 UTC

[1/3] storm git commit: STORM-2063: turn on thread name in worker.xml

Repository: storm
Updated Branches:
  refs/heads/master 3e56bd10d -> eb998c565


STORM-2063: turn on thread name in worker.xml


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

Branch: refs/heads/master
Commit: 1e4db17f0539132a9026e18ef0479971927818ff
Parents: 7e15fbe
Author: Alessandro Bellina <ab...@yahoo-inc.com>
Authored: Mon Aug 29 12:07:28 2016 -0500
Committer: Alessandro Bellina <ab...@yahoo-inc.com>
Committed: Mon Aug 29 12:07:28 2016 -0500

----------------------------------------------------------------------
 log4j2/worker.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/1e4db17f/log4j2/worker.xml
----------------------------------------------------------------------
diff --git a/log4j2/worker.xml b/log4j2/worker.xml
index a9aeaed..f1e23a1 100644
--- a/log4j2/worker.xml
+++ b/log4j2/worker.xml
@@ -18,7 +18,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>


[3/3] storm git commit: Add STORM-2063 to CHANGELOG

Posted by ka...@apache.org.
Add STORM-2063 to CHANGELOG


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

Branch: refs/heads/master
Commit: eb998c565ae0648f3fa8eaebfd95141613ac0d70
Parents: 313282c
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Wed Aug 31 16:24:02 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed Aug 31 16:24:02 2016 +0900

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/eb998c56/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b63a6e..2ab3deb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -186,6 +186,7 @@
  * STORM-1868: Modify TridentKafkaWordCount to run in distributed mode
 
 ## 1.0.3
+ * STORM-2063: Add thread name in worker logs
  * STORM-2047: Add note to add logviewer hosts to browser whitelist
  * STORM-2042: Nimbus client connections not closed properly causing connection leaks
  * STORM-2032: removes warning in case more than one metrics tuple is received


[2/3] storm git commit: Merge branch 'STORM-2063_turn_on_thread_name_in_worker_xml' of https://github.com/abellina/storm into STORM-2063

Posted by ka...@apache.org.
Merge branch 'STORM-2063_turn_on_thread_name_in_worker_xml' of https://github.com/abellina/storm into STORM-2063


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

Branch: refs/heads/master
Commit: 313282c607d965a2c25ffd1b946153753ecdb1d0
Parents: 3e56bd1 1e4db17
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Wed Aug 31 16:22:42 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed Aug 31 16:22:42 2016 +0900

----------------------------------------------------------------------
 log4j2/worker.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------