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 <[email protected]> Authored: Mon Aug 29 12:07:28 2016 -0500 Committer: Alessandro Bellina <[email protected]> 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>
