You are probably defining a separate logger with a rolling file appender and then your root appender is set to log to a console appender. Set your logger that you specifically set the rolling appender on to have additivity=false in your configuration file. Problem solved.
Jake Quoting "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>: > Hi, I have a problem using Log4j in Bea WLI 2.1, > I have configured a RollingFileAppender but i see the log statement > also on the STDOUT ? > Can I eliminate this behavior? > Thank in advance. > Abramo > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
