e7963e6742
Depending on the paste configuration there might be other log files in log directory that needs to be rotated. Also removes the comment that about the debian directory that does not exist. Change-Id: I90c50355f84e0e5c3b9fc1940ee6084c01bed97a
11 lines
148 B
Plaintext
11 lines
148 B
Plaintext
# logrotate.d configuration
|
|
# Used in rpm build.
|
|
|
|
/var/log/barbican/*.log {
|
|
daily
|
|
missingok
|
|
compress
|
|
delaycompress
|
|
notifempty
|
|
}
|