You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2022/10/30 02:30:00 UTC

[GitHub] [logging-log4cxx] swebb2066 opened a new pull request, #145: Restore documented RollingFileAppender configuration properties

swebb2066 opened a new pull request, #145:
URL: https://github.com/apache/logging-log4cxx/pull/145

   Removing support for the [documented](https://logging.apache.org/log4cxx/latest_stable/usage.html#configuration) MaxBackupIndex amd MaxFileSize configuration options in a .properties file would cause too much grief when users upgrade log4cxx.
   
   The usage documentation has a configuration example that includes the following 
   `log4j.appender.R.maxFileSize=100
   log4j.appender.R.maxBackupIndex=3
   `
   
   This PR restores the 0.13 RollingFileAppender behaviour (which was implemented in a file named "obsoleterollingfileappender.cpp" by Curt Arnold in 2005 when he migrated to Apache)
   
   


-- 
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: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [logging-log4cxx] swebb2066 closed pull request #145: Restore documented RollingFileAppender configuration properties

Posted by GitBox <gi...@apache.org>.
swebb2066 closed pull request #145: Restore documented RollingFileAppender configuration properties
URL: https://github.com/apache/logging-log4cxx/pull/145


-- 
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: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [logging-log4cxx] swebb2066 commented on pull request #145: Restore documented RollingFileAppender configuration properties

Posted by GitBox <gi...@apache.org>.
swebb2066 commented on PR #145:
URL: https://github.com/apache/logging-log4cxx/pull/145#issuecomment-1296072212

   Wrong branch
   


-- 
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: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org