以下を記述
/etc/logrotate.conf
compresscmd /usr/bin/bzip2
compressoptions --best
compressext .bz2
/var/log/hoge.log {
compress
}
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
以下を記述
compresscmd /usr/bin/bzip2
compressoptions --best
compressext .bz2
/var/log/hoge.log {
compress
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked