Last-modified: 2013-02-10 (日) 23:33:38
logrotate/yum

概要

私が/etc/logrotate.d/yumで使用している設定です。
logrotateの設定rsyslogの設定に依存しています。

コード

Everything is expanded.Everything is shortened.
  1
  2
  3
  4
  5
-
!
 
 
 
# 1ヶ月分保存
/var/log/yum/log
{
    create 0600 root root
}

検証時の環境