Hi,
   This is issue is to the property staticLogFileName. If you set this as 
true, then the log file name would be log09032008 only. staticLogFileName 
tries to create multiple files (rollingFile); staticLogFileName = true 
would append to a single file.

Regards,
Raghunandan S

rockom <[EMAIL PROTECTED]> wrote on 03/09/2008 08:04:38 PM:

> 
> Hi
> my log file is configured to be : log09032008.
> my problem is that sometimes, the file is append to itself another date.
> example : instead of "log09032008" i get this "log0903200809032008".
> my config file look like this :
> 
> <appender name="GeneralLog" type="log4net.Appender.RollingFileAppender"> 
 
>    <file value="c:\log" /> 
>    <rollingStyle value="Date" />
>    <appendToFile value="true" />
>    <datePattern value="yyyyMMdd"/>
>       <staticLogFileName value="false" />
>       <layout type="log4net.Layout.PatternLayout">
>         <conversionPattern value="%date [%thread] %-5level %logger
> [%property{NDC}] -    message%newline"/>
>       </layout>
>     </appender>
> 
> 
> thanks
> -- 
> View this message in context: http://www.nabble.
> com/RollingFileAppender-BUG...-tp15931291p15931291.html
> Sent from the Log4net - Dev mailing list archive at Nabble.com.
> 

Reply via email to