Hi,
I am seeing logger.info() requests to log the same messgae twice on the console. The
logger has a FileAppender also and the files contains a single log of the
twicely-logged-on-the-console message.
Here's some pseudocode:
class Foo {
//create a logger object on Foo.class
//add apenders = File and Console
//start a process and open an input and output pipes to the process
//for each command written to the input pipe read the process's output from the
output pipe and log it using logger.info(logMessage)
}
Again, what I am seeing is that the logMessage gets logged twice on the console
(unexpected), and once on the log file (expected).
Any suggestions?
Thanks,
Nik
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]