When I try to run the flume node Application.java in Eclipse it fails with a log4j configuration error:
log4j:WARN No appenders could be found for logger (org.apache.flume.node.Application). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. My log4j chops are a little rusty - what is the best way to tell flume to log everything to the console? - Patrick
