Hi, Recently we ran out of disk space on the hadoop machine, and on investigation we found it was the hadoop log4j logs.
In the log4j.properties file I have set the hadoop.root.logger=ERROR yet I still the daily hadoop-hadoopadmin-*.log files with INFO level logging in them. These never seem to get trimmed or rollover. Does anyone know how to limit ALL hadoop logs? Do I have to set each daemon logging individually? i.e. log4j.logger.org.apache.hadoop.mapred.JobTracker=ERROR etc Cheers Arv
