Created
May 3, 2011 09:14
-
-
Save akirakw/953055 to your computer and use it in GitHub Desktop.
Hadoop上で任意のクラスにデバッグログ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
106 # Custom Logging levels | |
107 | |
108 #log4j.logger.org.apache.hadoop.mapred.JobTracker=DEBUG | |
109 #log4j.logger.org.apache.hadoop.mapred.TaskTracker=DEBUG | |
110 #log4j.logger.org.apache.hadoop.fs.FSNamesystem=DEBUG | |
111 log4j.logger.com.asakusafw=DEBUG |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment