Thanks for the reply. I considered that but I have a lot of threads in my application and it's v handy to have log4j output the thread name with the log message.
It's like the log4j.properties file in the conf/ directory is not being used as any changes I make seem to have no effect! 2009/8/8 bharath vissapragada <[email protected]> > Print Statements worked out in my case ,,, Dunno whether that approach is > right or not .. but it works fine .. > > > On Fri, Aug 7, 2009 at 9:40 PM, John Clarke <[email protected]> wrote: > > > Hi, > > > > I am using Hadoop 0.18.3. I'm trying to get my app to output DEBUG > messages > > to the console using a custom conversion pattern. > > > > I'm editing the log4j.properties file in the conf folder but the changes > > don't seem to work. All the log messages are still INFO and higher and > the > > pattern is not changing either. > > > > I'm currently running as a local Java app in Eclipse rather than in > Hadoop. > > > > Any ideas? > > > > Cheers, > > John > > >
