Someone else got caught out by specifying a log file in a directory
which doesn't exist as log4j won't create the directory for you and so
won't log. Could this be your problem here?

Anders


Marcus Ahnve wrote:
> 
> My mistake, I considered our setup pretty basic but of course, here it
> is.
> 
> #
> # Set options for appender named "A1".
> #
> 
> log4j.appender.A1                          = org.apache.log4j.FileAppender
> log4j.appender.A1.File                     = log/lecandolog.log
> log4j.appender.A1.layout                   = org.apache.log4j.PatternLayout
> log4j.appender.A1.layout.ContextPrinting   = enabled
> log4j.appender.A1.layout.ConversionPattern = %d [%t] %-5p %c %x - %m\n
> 
> # Root category set to ERROR using the A1 appender defined above.
> 
> log4j.rootCategory                         = ERROR, A1
> log4j.configDebug                          = true
> 
> /Marcus
> 
> Anders Kristensen wrote:
> >
> > Marcus,
> >
> > You'd get better responses if you include your log4j.properties file.
> >
> > Marcus Ahnve wrote:
> > >
> > > When trying out the new beta with the very same log4j.properties as
> > > we've succesfully used with 1.0.4, I cannot get the rootCategory
> > > settings to work. Instead I get a message telling me that no appenders
> > > were found for whatever class.
> > >
> > > I've tried to find information on changes regarding this in the new
> > > version without success. Has anybody else seen this, or have I missed
> > > something?
> > >
> > > /Marcus
> 
> --
> Marcus Ahnve                          email: [EMAIL PROTECTED]
> Lecando AB                           Office: +46-(0)8-634 94 18
> Sweden                               Mobile: +46-(0)70-462 19 18
> www.lecando.com                        ICQ#: 4564879
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to