[GitHub] log4net pull request: Include date smtp header

2015-11-01 Thread albinsunnanbo
GitHub user albinsunnanbo opened a pull request: https://github.com/apache/log4net/pull/18 Include date smtp header Include a date header with the sent date in the generated output This fixes mail sorting issues in clients viewing the generated mails Based on

[jira] [Assigned] (LOG4NET-461) adonetappender

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner reassigned LOG4NET-461: --- Assignee: Dominik Psenner > adonetappender > --- > >

[jira] [Commented] (LOG4NET-461) adonetappender

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14984375#comment-14984375 ] Dominik Psenner commented on LOG4NET-461: - While fixing this I noticed that we might want to

[jira] [Closed] (LOG4NET-403) LocalDataStoreSlot exception when using log4net in Dispose method

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner closed LOG4NET-403. --- Resolution: Won't Fix Assignee: Dominik Psenner > LocalDataStoreSlot exception when

Build failed in Jenkins: log4net-trunk-build #90

2015-11-01 Thread Apache Jenkins Server
See Changes: [dpsenner] LOG4NET-461: refactored the AdoNetAppender The AdoNetAppender suffered several issues. One was that a database command was created and stored for the appenders lifetime. This caused trouble with some database

Re: [jira] [Commented] (LOG4NET-473) Option for file extension in SmtpPickupDirAppender

2015-11-01 Thread Dominik Psenner
At first glance this looks good. But i will need some time to get my hands on a computer. On 1 Nov 2015 11:48 a.m., "Albin Sunnanbo (JIRA)" wrote: > > [ >

[jira] [Commented] (LOG4NET-461) adonetappender

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14984373#comment-14984373 ] Dominik Psenner commented on LOG4NET-461: - Should be fixed with svn revision 1711736. >

[jira] [Commented] (LOG4NET-461) adonetappender

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14984358#comment-14984358 ] Dominik Psenner commented on LOG4NET-461: - I think the AdoNetAppender needs a harsh cleanup and I

[jira] [Closed] (LOG4NET-436) OutOfMemoryException

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner closed LOG4NET-436. --- Resolution: Cannot Reproduce Closing this again with cannot reproduce after a year and a

[GitHub] log4net pull request: Create basic SmtpPickupDirAppenderTest

2015-11-01 Thread albinsunnanbo
GitHub user albinsunnanbo opened a pull request: https://github.com/apache/log4net/pull/17 Create basic SmtpPickupDirAppenderTest Added a basic test for the SmtpPickupDirAppender as a base for planned changes You can merge this pull request into a Git repository by running: $

[jira] [Commented] (LOG4NET-473) Option for file extension in SmtpPickupDirAppender

2015-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14984340#comment-14984340 ] ASF GitHub Bot commented on LOG4NET-473: GitHub user albinsunnanbo opened a pull request:

[GitHub] log4net pull request: File extension for smtp appender

2015-11-01 Thread albinsunnanbo
GitHub user albinsunnanbo opened a pull request: https://github.com/apache/log4net/pull/19 File extension for smtp appender Add a configuration option for adding a file extension to the generated mails. Updated patch from https://issues.apache.org/jira/browse/LOG4NET-473

[GitHub] log4net pull request: Include date smtp header

2015-11-01 Thread albinsunnanbo
Github user albinsunnanbo commented on a diff in the pull request: https://github.com/apache/log4net/pull/18#discussion_r43581266 --- Diff: src/Appender/SmtpPickupDirAppender.cs --- @@ -196,6 +196,7 @@ override protected void SendBuffer(LoggingEvent[] events)

[jira] [Closed] (LOG4NET-389) Deadlock in LoggerManager.OnProcessExit()?

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner closed LOG4NET-389. --- Resolution: Cannot Reproduce Assignee: Dominik Psenner I'm closing this with a cannot

[jira] [Commented] (LOG4NET-473) Option for file extension in SmtpPickupDirAppender

2015-11-01 Thread Albin Sunnanbo (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14984343#comment-14984343 ] Albin Sunnanbo commented on LOG4NET-473: Hi again It looks like my SVN skills have been decaying.

Re: [jira] [Commented] (LOG4NET-473) Option for file extension in SmtpPickupDirAppender

2015-11-01 Thread Dominik Psenner
Stefan, can you grant me write access to the git repository? I've checked these pull requests twice now and to me they look just fine. 2015-11-01 12:08 GMT+01:00 Dominik Psenner : > At first glance this looks good. But i will need some time to get my hands > on a computer. >

Re: [jira] [Commented] (LOG4NET-473) Option for file extension in SmtpPickupDirAppender

2015-11-01 Thread Stefan Bodewig
On 2015-11-01, Dominik Psenner wrote: > Stefan, can you grant me write access to the git repository? I've checked > these pull requests twice now and to me they look just fine. There is no git repository I could grant access to :-) The github repo is a read-only mirror of our subversion. You

[GitHub] log4net pull request: Include date smtp header

2015-11-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/log4net/pull/18 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (LOG4NET-252) RollingFileAppender stops logging intermittently when it tries to roll over the log file

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14984477#comment-14984477 ] Dominik Psenner commented on LOG4NET-252: - Can this be reproduced with the current trunk? >

[jira] [Comment Edited] (LOG4NET-486) Rolling File Appender with 'maxSizeRollBackups' and 'datePattern' does not detect existing logs initially

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14984493#comment-14984493 ] Dominik Psenner edited comment on LOG4NET-486 at 11/1/15 7:02 PM: --

[jira] [Comment Edited] (LOG4NET-486) Rolling File Appender with 'maxSizeRollBackups' and 'datePattern' does not detect existing logs initially

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14984493#comment-14984493 ] Dominik Psenner edited comment on LOG4NET-486 at 11/1/15 7:02 PM: --

[jira] [Commented] (LOG4NET-484) System.ObjectDisposedException with FileAppender+InterProcessLock

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1498#comment-1498 ] Dominik Psenner commented on LOG4NET-484: - A modified version of this patch was applied as

[jira] [Assigned] (LOG4NET-473) Option for file extension in SmtpPickupDirAppender

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner reassigned LOG4NET-473: --- Assignee: Dominik Psenner > Option for file extension in SmtpPickupDirAppender >

[jira] [Updated] (LOG4NET-345) log file naming issue

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner updated LOG4NET-345: Issue Type: Wish (was: Bug) > log file naming issue > - > >

[jira] [Updated] (LOG4NET-272) Problems in dynamic file naming with multiple appenders

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner updated LOG4NET-272: Issue Type: Task (was: Bug) > Problems in dynamic file naming with multiple appenders >

[jira] [Updated] (LOG4NET-272) Problems in dynamic file naming with multiple appenders

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner updated LOG4NET-272: Priority: Minor (was: Critical) > Problems in dynamic file naming with multiple appenders

Re: [VOTE] Release Apache log4net 1.2.14 based on RC1

2015-11-01 Thread Dominik Psenner
There were a few things I wanted to be fixed and I'm finished with doing so right now. Should we start another release vote if the next jenkins build is ok? Despite that I've another question regarding the website. As mentioned before the menu on the pages: *

[GitHub] log4net pull request: File extension for smtp appender

2015-11-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/log4net/pull/19 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Updated] (LOG4NET-345) log file naming issue

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner updated LOG4NET-345: Priority: Minor (was: Critical) > log file naming issue > - > >

[jira] [Assigned] (LOG4NET-485) RollingFileAppender cannot be used by multiple process

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner reassigned LOG4NET-485: --- Assignee: Dominik Psenner > RollingFileAppender cannot be used by multiple process

[jira] [Resolved] (LOG4NET-485) RollingFileAppender cannot be used by multiple process

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner resolved LOG4NET-485. - Resolution: Fixed Fix committed as svn revision 1711836. Would you please check if this

[jira] [Closed] (LOG4NET-336) Enabling ImmediateFlush on a RollingFileAppender has no effect

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner closed LOG4NET-336. --- Resolution: Auto Closed Closing this after 3 years of waiting for information. > Enabling

Re: [jira] [Commented] (LOG4NET-473) Option for file extension in SmtpPickupDirAppender

2015-11-01 Thread Dominik Psenner
*aha*.. :-) 2015-11-01 17:29 GMT+01:00 Stefan Bodewig : > On 2015-11-01, Dominik Psenner wrote: > > > Stefan, can you grant me write access to the git repository? I've checked > > these pull requests twice now and to me they look just fine. > > There is no git repository I

[jira] [Commented] (LOG4NET-272) Problems in dynamic file naming with multiple appenders

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14984475#comment-14984475 ] Dominik Psenner commented on LOG4NET-272: - Is this still important? Either way I would give this

[jira] [Updated] (LOG4NET-240) Backup of logs are not created when application is running and at the same time date changes.

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner updated LOG4NET-240: Priority: Minor (was: Critical) > Backup of logs are not created when application is

[jira] [Closed] (LOG4NET-240) Backup of logs are not created when application is running and at the same time date changes.

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner closed LOG4NET-240. --- Resolution: Duplicate Assignee: Dominik Psenner Closing this as a duplicate, please

[jira] [Assigned] (LOG4NET-484) System.ObjectDisposedException with FileAppender+InterProcessLock

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner reassigned LOG4NET-484: --- Assignee: Dominik Psenner > System.ObjectDisposedException with

[jira] [Resolved] (LOG4NET-473) Option for file extension in SmtpPickupDirAppender

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner resolved LOG4NET-473. - Resolution: Fixed Thanks for your efforts! I've merged your pull request as svn revision

[jira] [Updated] (LOG4NET-227) create a more directory when log files.

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner updated LOG4NET-227: Priority: Major (was: Critical) > create a more directory when log files. >

[jira] [Assigned] (LOG4NET-486) Rolling File Appender with 'maxSizeRollBackups' and 'datePattern' does not detect existing logs initially

2015-11-01 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner reassigned LOG4NET-486: --- Assignee: Dominik Psenner > Rolling File Appender with 'maxSizeRollBackups' and

Re: [VOTE] Release Apache log4net 1.2.14 based on RC1

2015-11-01 Thread Stefan Bodewig
On 2015-11-01, Dominik Psenner wrote: > There were a few things I wanted to be fixed and I'm finished with doing so > right now. Should we start another release vote if the next jenkins build > is ok? Given that it takes several hours to build an RC I won't be able to do so before the coming

[CANCEL][VOTE] Release Apache log4net 1.2.14 based on RC1

2015-11-01 Thread Stefan Bodewig
This vote has failed to attract enough votes but there is hope a new RC will attract more votes (at least one more vote). Stefan