You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Owen O'Malley <ow...@yahoo-inc.com> on 2006/06/05 18:31:32 UTC

new logging facilities

With the new log4j logging stuff, the way that you set finer grain 
logging levels for particular loggers is via the conf/log4j.properties. 
For example, in mine I have set the level up on 3 classes via:

# Logging levels
log4j.logger.org.apache.hadoop.ipc.RPC=DEBUG
log4j.logger.org.apache.hadoop.mapred.JobTracker=DEBUG
log4j.logger.org.apache.hadoop.mapred.TaskTracker=DEBUG

-- Owen