valet/debian/aic-valet-core.logrotate
Omar Rivera 285e4297df Adding packaging and debian instructions
Creates 2 debian packages from source.
    aic-valet-core (main pkg: API, engine)
    aic-valet-openstack-plugins (heat lifecycle plugin, nova scheduler filter)

Change-Id: I473ca046c432cd3383388987e1fe7e5a737e8ddb
2017-08-16 14:02:15 -05:00

13 lines
142 B
Plaintext

/var/log/apache2/valet/*.log
/var/log/valet/*.log
{
daily
rotate 14
compress
delaycompress
missingok
copytruncate
notifempty
}