Well for one thing, your ConversionPattern is assigned to an appender
called ROLL.  Change that to A1.

Running 1.2.6 with the DOMConfigurator this works just fine.

  <appender name="ROLLER"
            class="org.apache.log4j.RollingFileAppender">
             <param name ="File" value="c:
\\java\\logs\\RollingFileAppender.log"/>
             <param name="MaxFileSize" value="1KB"/>
             <param name="MaxBackupIndex" value="7"/>
    <layout class="org.apache.log4j.PatternLayout">
            <param name="ConversionPattern" value="%5p [%t] (%F:%M:%L) %x -
%m%n"/>
    </layout>
  </appender>





PRAVIN VAJIRKAR <[EMAIL PROTECTED]> on 08/14/2002 10:30:38 AM

Please respond to "Log4J Users List" <[EMAIL PROTECTED]>

To:    "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:

Subject:    Re: DailyRollingFileAppender


There U go (log4j.peroperties file)....Also, there is no stdout and
stderr...I am using a direct logger to appender (RollingFileAppender in my
case)

############################
log4j.rootLogger=DEBUG, A1
log4j.appender.A1=org.apache.log4j.RollingFileAppender
log4j.appender.A1.File=C:
\\Dorado\\oware3rd\\log4j\\LogFiles\\ServerLogger.log
log4j.appender.A1.MaxFileSize=2KB
log4j.appender.A1.MaxBackupIndex=20
log4j.appender.A1.layout=org.apache.log4j.PatternLayout
log4j.appender.ROLL.layout.ConversionPattern=%d %-5p %c - %m%n
log4j.debug=true
############################





>From: [EMAIL PROTECTED]
>Reply-To: "Log4J Users List"
>To: "Log4J Users List"
>Subject: Re: DailyRollingFileAppender
>Date: Wed, 14 Aug 2002 10:08:45 -0400
>
>
>Could you post your config file for this instance?
>
>Also, why are you trying to append stdout and stderr to a file?
>You can just direct logging to an appender apart from stderr/stdout.
>
>Luc
>
>
>
>
>
>PRAVIN VAJIRKAR on 08/14/2002 10:04:49 AM
>
>Please respond to "Log4J Users List"
>
>To: "'[EMAIL PROTECTED]'"
>cc:
>
>Subject: Re: DailyRollingFileAppender
>
>
>I am getting the same problem...Any solutions in sight??
>Any help appreciated...
>Pravin
>
>
> >From: "neeraj_katariya"
> >Reply-To: "Log4J Users List"
> >To: "Log4J Users List"
> >Subject: DailyRollingFileAppender
>
>
> >Date: Wed, 14 Aug 2002 09:33:48 +0530
>
>
> >Hi All!
> >I am using daily rolling file.
> >But if I append my standard output and standard error stream also to the
> >same file, It doesn't archives the old file next day, instead flushes it
> >out and starts logging in the same file from start.
> >
> >Is there a way to append standard output and error stream to the file
> >and achieve rollover at the same time?
> >Thanks
> >Neeraj
> >
> >
> >--
> >To unsubscribe, e-mail:
> >For additional commands, e-mail:
>
>
>--
>To unsubscribe, e-mail: <>> >
>For additional commands, e-mail: <>> >
>
>
>
>
>
>
>
>
>
>--
>To unsubscribe, e-mail:
>For additional commands, e-mail:
>


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









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

Reply via email to