You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by mj...@apache.org on 2016/05/31 14:55:40 UTC

incubator-joshua git commit: info output should go to stderr

Repository: incubator-joshua
Updated Branches:
  refs/heads/JOSHUA-252 63971074e -> ef00b03c1


info output should go to stderr


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

Branch: refs/heads/JOSHUA-252
Commit: ef00b03c1c4db3b9873b5098471d5d644c5a6ae0
Parents: 6397107
Author: Matt Post <po...@cs.jhu.edu>
Authored: Tue May 31 10:55:43 2016 -0400
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Tue May 31 10:55:43 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/ef00b03c/src/main/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/src/main/resources/log4j.properties b/src/main/resources/log4j.properties
index e2f671b..1716c1c 100644
--- a/src/main/resources/log4j.properties
+++ b/src/main/resources/log4j.properties
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 # log4j settings
-log4j.rootLogger=WARN, stdout
+log4j.rootLogger=WARN, stderr
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.Target=System.out
 log4j.appender.stdout.layout=org.apache.log4j.SimpleLayout