List Info

Thread: RollingFileAppender BUG...




RollingFileAppender BUG...
country flaguser name
United States
2008-03-09 09:34:38
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] -    message%newline"/>
      </layout>
    </appender>


thanks
-- 
View this message in context: http://www.nabble.com/RollingFileAppend
er-BUG...-tp15931291p15931291.html
Sent from the Log4net - Dev mailing list archive at
Nabble.com.


Re: RollingFileAppender BUG...
country flaguser name
India
2008-03-10 01:07:04

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 <rockomgmail.com&gt; wrote on 03/09/2008 08:04:38 PM:

&gt;
> 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&quot; i get this "log0903200809032008".
> my config file look like this :
>
> <appender name=";GeneralLog" type=";log4net.Appender.RollingFileAppender"&gt;  
>    <file value=&quot;c:log&quot; />  
>    <rollingStyle value=&quot;Date"; />
&gt;    <appendToFile value=&quot;true"; />
&gt;    <datePattern value=&quot;yyyyMMdd&quot;/>
>       <staticLogFileName value=&quot;false&quot; />
>       <layout type=";log4net.Layout.PatternLayout&quot;>
&gt;         <conversionPattern value=&quot;%date [%thread] %-5level %logger
> [%property] -    message%newline"/>
>       </layout>
>;     </appender>
&gt;
>
> thanks
&gt; --
> View this message in context: http://www.nabble.
> com/RollingFileAppender-BUG...-tp15931291p15931291.html
> Sent from the Log4net - Dev mailing list archive at Nabble.com.
>
Re: RollingFileAppender BUG...
country flaguser name
United States
2008-03-11 02:38:28
hi 
first i am using asp.net.
second' i tried to set the staticLogFileName property to
true but then the
file does not append the date



Ron Grabowski wrote:
> 
> A couple other people have experienced this in the past
too, usually
> because they're using the MinimalLock. Is another
process trying to
> interact with the log file while you're writing to it?
Are you using
> ASP.Net?
> 
> ----- Original Message ----
> From: rockom <rockomgmail.com>
> To: log4net-devlogging.apache.org
> Sent: Sunday, March 9, 2008 10:34:38 AM
> Subject: RollingFileAppender BUG...
> 
> 
> 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] -    message%newline"/>
>       </layout>
>     </appender>
> 
> 
> thanks
> -- 
> View this message in context:
> http://www.nabble.com/RollingFileAppend
er-BUG...-tp15931291p15931291.html
> Sent from the Log4net - Dev mailing list archive at
Nabble.com.
> 
> 
> 
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/RollingFileAppend
er-BUG...-tp15931291p15975667.html
Sent from the Log4net - Dev mailing list archive at
Nabble.com.


[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )