User code data gets written to the tasktracker's log at the INFO level. We switched to WARNING level when a rogue user program produced a lot of output to stdout, and it filled the task trackers' logs with junk.
Yoram -----Original Message----- From: Doug Cutting [mailto:[EMAIL PROTECTED] Sent: Monday, August 14, 2006 1:33 PM To: [email protected] Subject: Re: Some queries about stability and reliability Konstantin Shvachko wrote: > On the logging issue. I think we should change the default logging level, > which is INFO at the moment. I think INFO is the appropriate default logging level. If there are things logged at the INFO level that are too verbose, then we should change these to DEBUG level. Please submit bugs about particular messages that are flooding logs. Doug
