Logrotate日志切割

Logrotate日志切割

crontab配置

1
59 23 * * * /usr/sbin/logrotate  -f  /data/scripts/logrotate_pylog.conf

logrotate配置

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/data/service/proxy-pool-master-select/nohup.out
{
rotate 1
daily
dateext
missingok
notifempty
compress
delaycompress
copytruncate
olddir /data/service/proxy-pool-master-select
}
/data/service/proxy-pool-master-core/nohup.out
{
rotate 1
daily
dateext
missingok
notifempty
compress
delaycompress
copytruncate
olddir /data/service/proxy-pool-master-core
}

本文标题: Logrotate日志切割

文章作者:shuke

发布时间:2020年04月20日 - 15:04

最后更新:2020年04月20日 - 15:04

原始链接:https://shuke163.github.io/2020/04/20/Logrotate%E6%97%A5%E5%BF%97%E5%88%87%E5%89%B2/

许可协议: 署名-非商业性使用-禁止演绎 4.0 国际 转载请保留原文链接及作者。

-------------本文结束感谢您的阅读-------------

本文标题: Logrotate日志切割

文章作者:shuke

发布时间:2020年04月20日 - 15:04

最后更新:2020年04月20日 - 15:04

原始链接:https://shuke163.github.io/2020/04/20/Logrotate%E6%97%A5%E5%BF%97%E5%88%87%E5%89%B2/

许可协议: 署名-非商业性使用-禁止演绎 4.0 国际 转载请保留原文链接及作者。

0%