5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-06 06:30:37 +08:00

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

(Sankara Reddy Telukutla via Jarek Jarcec Cecho)
This commit is contained in:
Jarek Jarcec Cecho 2015-02-20 09:51:15 -08:00
parent 2597a4e9ce
commit 5a099b9b24

View File

@ -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