|
Re: Logging truncates the file at noon: msg#00104log.log4net.user
Thanks Eric. I pulled code from CVS and built it. Now I'm seeing my log files, instead of being log-2005-02-27.txt log-2005-02-28.txt They are now log-2005-02-27\Ax\A log-2005-02-27\Px\P log-2005-02-28\Ax\A log-2005-02-28\Px\P Not what I want :-P Is there some change in my configuration that I need to get the old behavior? I'm not seeing any changes in the file doc/release/config-examples.html under the RollingFileAppender section, so it looks like this may be an effect I'm suffering from using the bleeding edge. On Sun, 27 Feb 2005, Eric Means wrote: > Baron, we had hit this exact same problem; the response I got at the > time was that this was a known bug in the 1.2.0 beta 8 version. Using > a more recent (CVS) version resolved the issue (using the same config > file). > > On Sat, 26 Feb 2005 14:36:57 -0500 (Eastern Standard Time), Baron > Schwartz <baron@xxxxxxxxxxx> wrote: > > > > Sample of my App.config file: > > > > <log4net> > > <appender name="FileAppender" > > type="log4net.Appender.RollingFileAppender"> > > <file value="//server/share$/log/log-" /> > > <appendToFile value="true" /> > > <datePattern value="yyyy-MM-dd.\\tx\\t" /> > > <rollingStyle value="Date" /> > > <staticLogFileName value="false" /> > > <layout type="log4net.Layout.PatternLayout"> > > <conversionPattern value="%-5p %-20t %d %c line %L%n > > %m%n" /> > > </layout> |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Memory leaks with large multi-threaded application.: 00104, Noel Lysaght |
|---|---|
| Next by Date: | separate log info from a particular method: 00104, Cheng |
| Previous by Thread: | Re: Logging truncates the file at nooni: 00104, Eric Means |
| Next by Thread: | separate log info from a particular method: 00104, Cheng |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |