You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by na...@drexel.edu on 2004/06/01 21:52:37 UTC

logger.info() logs twice to the console

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: log4j-user-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-user-help@logging.apache.org