You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eagle.apache.org by mw...@apache.org on 2016/07/25 09:36:50 UTC

[13/47] incubator-eagle git commit: EAGLE-300 set debug-log dumping components log level to INFO set debug-log

EAGLE-300 set debug-log dumping components log level to INFO
set debug-log

https://issues.apache.org/jira/browse/EAGLE-300

Author:anyway1021
Reviewer: Ralph, Hao

Closes #192


Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/50ff38d9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/50ff38d9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/50ff38d9

Branch: refs/heads/master
Commit: 50ff38d99de630d6cb4ced324317237bcca65e8b
Parents: 8dad5fe
Author: yonzhang <yo...@gmail.com>
Authored: Mon May 23 17:08:33 2016 -0700
Committer: yonzhang <yo...@gmail.com>
Committed: Mon May 23 17:08:33 2016 -0700

----------------------------------------------------------------------
 eagle-webservice/src/main/resources/log4j.properties | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/50ff38d9/eagle-webservice/src/main/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/eagle-webservice/src/main/resources/log4j.properties b/eagle-webservice/src/main/resources/log4j.properties
index fb13ad5..c850e7f 100644
--- a/eagle-webservice/src/main/resources/log4j.properties
+++ b/eagle-webservice/src/main/resources/log4j.properties
@@ -18,4 +18,9 @@ log4j.rootLogger=DEBUG, stdout
 # standard output
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
-log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} %p [%t] %c{2}[%L]: %m%n
\ No newline at end of file
+log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} %p [%t] %c{2}[%L]: %m%n
+
+# set log level as INFO for debug-log dumping components
+log4j.category.org.springframework=INFO
+log4j.category.org.apache.torque=INFO
+log4j.category.org.commons=INFO
\ No newline at end of file