たとえば、 の下にあるすべてのファイルにルールを設定したいのです/home/example_user/public/
が、すべてのログは実際には次のように異なるサブディレクトリにあります: /home/example_user/public/siteA/access.log
、/home/example_user/public/siteB/seperate/error.log
など。どうすればよいでしょうか? 次のようにすればうまくいきますか:
/home/example_user/public/*/*.log {
weekly
missingok
rotate 10
blahblahblah...
}
ありがとう
答え1
はい、提供された logrotate 構成は機能します。