You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by gn...@apache.org on 2013/07/19 15:13:52 UTC

[2/3] git commit: Fix test log4j properties files

Fix test log4j properties files

Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/9dd0544e
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/9dd0544e
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/9dd0544e

Branch: refs/heads/master
Commit: 9dd0544ec1771b24da96f45fd850927efa2b0cc4
Parents: 5fed7fd
Author: Guillaume Nodet <gn...@apache.org>
Authored: Fri Jul 19 15:10:59 2013 +0200
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Fri Jul 19 15:10:59 2013 +0200

----------------------------------------------------------------------
 sshd-core/src/test/resources/log4j.properties | 2 +-
 sshd-sftp/src/test/resources/log4j.properties | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/9dd0544e/sshd-core/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/sshd-core/src/test/resources/log4j.properties b/sshd-core/src/test/resources/log4j.properties
index d8343c1..9172dc9 100644
--- a/sshd-core/src/test/resources/log4j.properties
+++ b/sshd-core/src/test/resources/log4j.properties
@@ -22,7 +22,7 @@
 # The logging properties used during tests..
 #
 log4j.rootLogger=INFO, stdout
-#log4j.logger.org.apache.mina=TRACE
+#log4j.logger.org.apache.sshd=TRACE
 #log4j.logger.org.apache.sshd.common.channel.Window=DEBUG
 
 # CONSOLE appender

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/9dd0544e/sshd-sftp/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/sshd-sftp/src/test/resources/log4j.properties b/sshd-sftp/src/test/resources/log4j.properties
index 888e02e..9172dc9 100644
--- a/sshd-sftp/src/test/resources/log4j.properties
+++ b/sshd-sftp/src/test/resources/log4j.properties
@@ -21,8 +21,8 @@
 #
 # The logging properties used during tests..
 #
-log4j.rootLogger=DEBUG, stdout
-#log4j.logger.org.apache.mina=TRACE
+log4j.rootLogger=INFO, stdout
+#log4j.logger.org.apache.sshd=TRACE
 #log4j.logger.org.apache.sshd.common.channel.Window=DEBUG
 
 # CONSOLE appender