[GitHub] [logging-log4cxx] rm5248 merged pull request #74: Register FallbackErrorHandler class

2021-10-29 Thread GitBox
rm5248 merged pull request #74: URL: https://github.com/apache/logging-log4cxx/pull/74 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notificatio

[GitHub] [logging-log4cxx] rm5248 commented on pull request #74: Register FallbackErrorHandler class

2021-10-29 Thread GitBox
rm5248 commented on pull request #74: URL: https://github.com/apache/logging-log4cxx/pull/74#issuecomment-95511 The `FallbackErrorHandler` does get registered someplace(at least on Linux), but it doesn't look like this will hurt at all. merged. -- This is an automated message from t

[jira] [Created] (LOG4NET-678) AdoNetAppender creating some session issue while calling procedure from application which contains DB link ERP package

2021-10-29 Thread Abhishek Tiwari (Jira)
Abhishek Tiwari created LOG4NET-678: --- Summary: AdoNetAppender creating some session issue while calling procedure from application which contains DB link ERP package Key: LOG4NET-678 URL: https://issues.apache.o

[jira] [Commented] (LOG4J2-3168) RollingFileAppender: Overwritting rotated log file when using zip

2021-10-29 Thread Jira
[ https://issues.apache.org/jira/browse/LOG4J2-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17435900#comment-17435900 ] Benjamin Wöster commented on LOG4J2-3168: - I think this is actually caused by th

[GitHub] [logging-log4j2] bwoester opened a new pull request #594: Log4 j2 3168 overwritten rotated logs

2021-10-29 Thread GitBox
bwoester opened a new pull request #594: URL: https://github.com/apache/logging-log4j2/pull/594 This fixes an issue in the rolling file appender. The increment counter in the filePattern didn't work if the filenames contained regex characters. In our case it was the '+' character introduce