You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2014/08/28 02:56:10 UTC

[2/3] git commit: Include thread name in logging output

Include thread name in logging output


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/624abbec
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/624abbec
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/624abbec

Branch: refs/heads/master
Commit: 624abbecdf8340005668f2fd560c5c266f2a4287
Parents: b51a5d6
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Wed Aug 27 17:55:11 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Wed Aug 27 17:55:11 2014 -0700

----------------------------------------------------------------------
 tapestry-core/src/test/resources/log4j.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/624abbec/tapestry-core/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/tapestry-core/src/test/resources/log4j.properties b/tapestry-core/src/test/resources/log4j.properties
index 37d6290..7090fd4 100644
--- a/tapestry-core/src/test/resources/log4j.properties
+++ b/tapestry-core/src/test/resources/log4j.properties
@@ -5,7 +5,7 @@ log4j.appender.A1=org.apache.log4j.ConsoleAppender
 
 # A1 uses PatternLayout.
 log4j.appender.A1.layout=org.apache.log4j.PatternLayout
-log4j.appender.A1.layout.ConversionPattern=[%p] %c{1} %m%n
+log4j.appender.A1.layout.ConversionPattern=%t [%p] %c{1} %m%n
 
 log4j.category.org.apache.tapestry5.integration.app2=debug