You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by pu...@apache.org on 2015/02/23 20:27:57 UTC

oozie git commit: OOZIE-1894 Better error reporting to user - changing log level to info by default

Repository: oozie
Updated Branches:
  refs/heads/master 6a70c01b2 -> 532dce684


OOZIE-1894 Better error reporting to user - changing log level to info by default


Project: http://git-wip-us.apache.org/repos/asf/oozie/repo
Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/532dce68
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/532dce68
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/532dce68

Branch: refs/heads/master
Commit: 532dce6848f97dbe652532b89ca0333295128307
Parents: 6a70c01
Author: Purshotam Shah <pu...@yahoo-inc.com>
Authored: Mon Feb 23 11:27:50 2015 -0800
Committer: Purshotam Shah <pu...@yahoo-inc.com>
Committed: Mon Feb 23 11:27:50 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/oozie/blob/532dce68/core/src/main/conf/oozie-log4j.properties
----------------------------------------------------------------------
diff --git a/core/src/main/conf/oozie-log4j.properties b/core/src/main/conf/oozie-log4j.properties
index dd3e53c..2b20ff2 100644
--- a/core/src/main/conf/oozie-log4j.properties
+++ b/core/src/main/conf/oozie-log4j.properties
@@ -104,7 +104,7 @@ log4j.logger.openjpa=INFO, openjpa
 log4j.logger.oozieops=INFO, oozieops
 log4j.logger.oozieinstrumentation=ALL, oozieinstrumentation
 log4j.logger.oozieaudit=ALL, oozieaudit
-log4j.logger.org.apache.oozie=ALL, oozie, oozieError
+log4j.logger.org.apache.oozie=INFO, oozie, oozieError
 log4j.logger.org.apache.hadoop=WARN, oozie
 log4j.logger.org.mortbay=WARN, oozie
 log4j.logger.org.hsqldb=WARN, oozie