I have created an issue to track this: http://issues.apache.org/jira/browse/LOG4NET-25
If you need to patch your local copy the code change is here: http://cvs.apache.org/viewcvs.cgi/logging-log4net/src/Appender/RollingFi leAppender.cs?r1=1.19&r2=1.20&diff_format=h Many thanks, Nicko > -----Original Message----- > From: Helbig, Dirk (EXTERN: HUD) > [mailto:[EMAIL PROTECTED] > Sent: 14 April 2005 11:47 > To: '[email protected]' > Subject: Bug in RollingFileAppender? > Importance: High > > Log4net-Version: 1.2.9.0 > ASP.NET-Application running on MS.NET 1.1 SP 1 I've attached > the debug-logging of log4net. > Here the most import abstract from the log: > > log4net: RollingFileAppender: Searched for existing files in > [D:\Projekte\CarConfigurators\CRC\LogFiles] > log4net: RollingFileAppender: curSizeRollBackups starts at [0] > log4net: RollingFileAppender: [.20050413] vs. [.20050414] > log4net: RollingFileAppender: Initial roll over to > [D:\Projekte\CarConfigurators\CRC\LogFiles\crc-error.txt.20050413] > log4net:WARN RollingFileAppender: Cannot RollFile > [..\\LogFiles\\crc-error.txt] -> > [D:\Projekte\CarConfigurators\CRC\LogFiles\crc-error.txt.20050 413]. Source does not exist > > log4net: RollingFileAppender: curSizeRollBackups after rollOver at [0] > log4net: FileAppender: Opening file for writing > [D:\Projekte\CarConfigurators\CRC\LogFiles\crc-error.txt] > append [True] > > The source does exists, but log4net may be search it in the > wrong directory (C:\WINDOWS\System32) ? > In the version I've used before it does works. > > <<log4net-debug.txt>> > > I hope you can help as soon as possible. I don't want modify > the source only for me. > > Best regards > Dirk Helbig > >
