seelog 按天打印策略

可以使用

logrotate 对日志做处理

logrotate是作为linux系统日志的管理工具存在。他可以轮换,压缩,邮件系统日志文件。
默认的logrotate被加入cron的/etc/cron.daily中作为每日任务执行。
/etc/logrotate.conf为其默认配置文件指定每个日志文件的默认规则。
/etc/logrotate.d/* 为/etc/logrotate.conf默认包含目录其中文件也会被logrotate读取。指明每个日志文件的特定规则。
 
/var/lib/logrotate/statue中默认记录logrotate上次轮换日志文件的时间。

你可能感兴趣的:(seelog 按天打印策略)