You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ja...@apache.org on 2015/02/20 18:52:04 UTC

sqoop git commit: SQOOP-1746: Sqoop2: Mapreduce job is running in DEBUG mode by default

Repository: sqoop
Updated Branches:
  refs/heads/sqoop2 2597a4e9c -> 5a099b9b2


SQOOP-1746: Sqoop2: Mapreduce job is running in DEBUG mode by default

(Sankara Reddy Telukutla via Jarek Jarcec Cecho)


Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/5a099b9b
Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/5a099b9b
Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/5a099b9b

Branch: refs/heads/sqoop2
Commit: 5a099b9b24e63b5d0ee04135da98ec699a7eb12d
Parents: 2597a4e
Author: Jarek Jarcec Cecho <ja...@apache.org>
Authored: Fri Feb 20 09:51:15 2015 -0800
Committer: Jarek Jarcec Cecho <ja...@apache.org>
Committed: Fri Feb 20 09:51:15 2015 -0800

----------------------------------------------------------------------
 execution/mapreduce/src/main/resources/META-INF/log4j.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/5a099b9b/execution/mapreduce/src/main/resources/META-INF/log4j.properties
----------------------------------------------------------------------
diff --git a/execution/mapreduce/src/main/resources/META-INF/log4j.properties b/execution/mapreduce/src/main/resources/META-INF/log4j.properties
index 0f34f97..2a57714 100644
--- a/execution/mapreduce/src/main/resources/META-INF/log4j.properties
+++ b/execution/mapreduce/src/main/resources/META-INF/log4j.properties
@@ -13,8 +13,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# Set root logger level to DEBUG and its only appender to A1.
-log4j.logger.org.apache.sqoop=ALL, A1
+# Set root logger level to INFO and its only appender to A1.
+log4j.logger.org.apache.sqoop=INFO, A1
 
 # A1 is set to be a ConsoleAppender.
 log4j.appender.A1=org.apache.log4j.ConsoleAppender