Hi,

I noticed that HADOOP-975 and HADOOP-1000 made the log4j from child vms go
to a different place than the stdout for the task.  My tasks send some of
their debugging information to stdout, and some of it to log4j.  I'd like
all this information to go to the same place, so that I can see the order in
which things are happening.

In my log4j.properties, I set
log4j.appender.TLA=org.apache.log4j.ConsoleAppender
log4j.appender.TLA.target=System.out

However, this actually sends the output from log4j to SYSLOG in the task
logs.  This is not want I want.

How do I make SYSLOG go to STDOUT instead?  Or, how do I undo
HADOOP-975/HADOOP-1000?

Thanks,
Michael

Reply via email to