2013-07-07 22:50:10 -05:00
|
|
|
# logrotate.d configuration
|
2023-04-11 10:46:06 +00:00
|
|
|
# Used in rpm build.
|
2013-07-07 22:50:10 -05:00
|
|
|
|
2023-04-11 10:46:06 +00:00
|
|
|
/var/log/barbican/*.log {
|
2013-07-07 22:50:10 -05:00
|
|
|
daily
|
|
|
|
missingok
|
|
|
|
compress
|
|
|
|
delaycompress
|
|
|
|
notifempty
|
|
|
|
}
|