首页 > 其他 > 详细

Log level with log4j and Spark

时间:2018-01-12 10:59:31      阅读:210      评论:0      收藏:0      [点我收藏+]
Log Level Usages
OFF This is the most specific, which allows no logging at all
FATAL This is the most specific one that shows fatal errors with little data
ERROR This shows only the general errors
WARN This shows warnings that are recommended to be fixed but not mandatory
INFO This shows information required for your Spark job
DEBUG While debugging, those logs will be printed
TRACE This provides the least specific error trace with a lot of data
ALL Least specific message with all data

Log level with log4j and Spark

原文:https://www.cnblogs.com/niaomingjian/p/8274188.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!