Return-Path: X-Original-To: apmail-logging-log4net-dev-archive@www.apache.org Delivered-To: apmail-logging-log4net-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B52DDDC9B for ; Tue, 19 Jun 2012 11:12:49 +0000 (UTC) Received: (qmail 10560 invoked by uid 500); 19 Jun 2012 11:12:49 -0000 Delivered-To: apmail-logging-log4net-dev-archive@logging.apache.org Received: (qmail 10317 invoked by uid 500); 19 Jun 2012 11:12:44 -0000 Mailing-List: contact log4net-dev-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Log4NET Dev" List-Id: Delivered-To: mailing list log4net-dev@logging.apache.org Received: (qmail 10287 invoked by uid 99); 19 Jun 2012 11:12:43 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jun 2012 11:12:43 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id A48AC1402B8 for ; Tue, 19 Jun 2012 11:12:42 +0000 (UTC) Date: Tue, 19 Jun 2012 11:12:42 +0000 (UTC) From: "akanksha gupta (JIRA)" To: log4net-dev@logging.apache.org Message-ID: <856686471.29211.1340104362676.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1768647233.17857.1339739622614.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (LOG4NET-345) log file naming issue MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LOG4NET-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396681#comment-13396681 ] akanksha gupta commented on LOG4NET-345: ---------------------------------------- hi, Please kindly provide any update on this issue its very urgent. > log file naming issue > --------------------- > > Key: LOG4NET-345 > URL: https://issues.apache.org/jira/browse/LOG4NET-345 > Project: Log4net > Issue Type: Bug > Components: Appenders > Environment: Asp.net application > Reporter: akanksha gupta > Priority: Critical > > hi, > i am using log4net in my asp.net application, > How can I change the configuration so files are rolled to [FileName][Date].[ext] rather than [FileName].[ext][Date] > my web.config file is as follows:- > < > log4net> > < > logger name="WebTFEUI"> > < > level value="ALL"/> > < > appender-ref ref="RollingFile"/> > logger> > < > appender name="RollingFile" type="log4net.Appender.RollingFileAppender"> > > > < > file value="Log/SantorinEditor.log"/> > > < > appendToFile value="true"/> > > < > rollingMode value="Size"/> > > < > maxSizeRollBackups value="10"/> > > < > maximumFileSize value="1024"/> > > < > staticLogFileName value="true"/> > < > layout type="log4net.Layout.PatternLayout"> > < > conversionPattern value="%d{yyyy-MM-dd HH:mm:ss} %p : %m%n"/> > layout> > > < > filter type="log4net.Filter.LevelRangeFilter"> > < > param name="LevelMin" value="ERROR"/> > < > param name="LevelMax" value="INFO3"/> > filter> > appender> > log4net> > currently i am using 1.2.0 version of log4net and i found 1.2.11 version has fix this issue so by just changing rollingFileappender.cs can solve my problem or not?????? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira