Apache log4php LoggerAppenderDailyFile maxBackupIndex

Apache log4php LoggerAppenderDailyFile maxBackupIndex

在 Apache 的 log4php LoggerAppenderDailyFile appender 中,是否可以限制保留的备份文件的数量?

就像使用 LoggerAppenderRollingFile appender 的 maxBackupIndex 参数所做的那样。

参见:https://logging.apache.org/log4php/docs/appenders/daily-file.html

默认情况下,Log4j 没有可用的配置。

https://logging.apache.org/log4php/docs/appenders/daily-file.html 显示配置 maxBackupIndex 不适用于 LoggerAppenderDailyFile 与 LoggerAppenderRollingFile (https://logging.apache.org/log4php/docs/appenders/rolling-file.html)

一个 hack 是创建一个 crontab 条目来做同样的事情 看到这个 link http://www.howtogeek.com/howto/ubuntu/delete-files-older-than-x-days-on-linux/