You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2013/05/23 18:37:35 UTC

git commit: Include thread name in log output

Updated Branches:
  refs/heads/master 56240a832 -> 22e8d1899


Include thread name in log 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/22e8d189
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/22e8d189
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/22e8d189

Branch: refs/heads/master
Commit: 22e8d18990490771302e23958984b42fbe8143f1
Parents: 56240a8
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Thu May 23 09:37:31 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Thu May 23 09:37:31 2013 -0700

----------------------------------------------------------------------
 tapestry-wro4j/src/test/resources/log4j.properties |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/22e8d189/tapestry-wro4j/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/tapestry-wro4j/src/test/resources/log4j.properties b/tapestry-wro4j/src/test/resources/log4j.properties
index c69dbf4..65e049b 100644
--- a/tapestry-wro4j/src/test/resources/log4j.properties
+++ b/tapestry-wro4j/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.modules.AssetsModule.ResourceMinimizer=debug
 log4j.category.org.apache.tapestry5.wro4j=debug