Then show us your configuration code ;). Perhaps you are loading a basic configuration and then tweaking your Loggers? BasicConfiguration has an INFO-level ConsoleAppender attached to the RootLogger...
On 7/21/05, Mike Wannamaker <[EMAIL PROTECTED]> wrote: > I don't have a log4j.properties file. I configure the logger internally via > java code. I install a RollingFileAppender only to each Logger that is > created and set it's level programmatically. Could it be that the default > root logger logs certain levels to System.out and/or System.err? > > TIA > --ekiM > > -----Original Message----- > From: Jacob Kjome [mailto:[EMAIL PROTECTED] > Sent: July 21, 2005 12:00 AM > To: Log4J Users List > Subject: Re: Log4j logging to System.out? > > At 10:00 PM 7/20/2005 -0400, you wrote: > >For some reason it looks like log.info(...) logs also to System.out. When > I > >start my application in a console window, these statements log to the log > >file and the console? Any way to get it to stop? > > Can't begin to tell you until we see your config file. > > Jake > > > --------------------------------------------------------------------- > 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] > > -- Javier Gonzalez Nicolini --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
