Title: RE: ERROR Filename option not set

Thanks.

I wasn't complaining, though.  It still worked - just wondered.

By the way - you rock.  I am reaping the benefits of your hard work

-----Original Message-----
From: Ceki Gülcü [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 22, 2001 8:46 AM
To: LOG4J Developers Mailing List
Subject: Re: ERROR Filename option not set



Marc,

It's telling you that there is bug... in log4j. I'll fix it. Thanks, Ceki

At 08:37 22.02.2001 -0500, Marc Luce wrote:
>I am receiving the following error: 
>log4j:ERROR Filename option not set for appender [stdout].
>
>My config file (for stdout) is: 
>log4j.rootCategory=DEBUG, stdout, bbLog

># stdout is set to be a FileAppender sending its output to System.out
>log4j.appender.stdout=org.apache.log4j.FileAppender
>log4j.appender.stdout.File=System.out

># stdout uses PatternLayout.
>log4j.appender.stdout.layout=org.apache.log4j.PatternLayout

># The conversion pattern consists of date in ISO8601 format, priority,
># thread name, category name truncated to its rightmost two components
># and left justified to 17 characters, location information consisting
># of file name (padded to 13 characters) and line number, nested
># diagnostic context and the application supplied message

>#log4j.appender.stdout.layout.ConversionPattern=%d %-5p [%t] %-17c{2} (%13F:%L) %3x - %m%n
>log4j.appender.stdout.layout.ConversionPattern=%d [%t] %-17c{2} - %m%n
>
>
>I stay up on the latest code in CVS and this recently started throwing that ERROR.  What is it telling me?

----
Ceki Gülcü          Web:   http://qos.ch     
av. de Rumine 5     email: [EMAIL PROTECTED] (preferred)
CH-1005 Lausanne           [EMAIL PROTECTED]
Switzerland         Tel: ++41 21 351 23 15


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to