
The log file is really just the name of the log file (ara.log). By defaulting to /var/log/ara/ara.log, the name of the log file was expected to be /var/lib/ara/var/log/ara/ara.log which is funny but wrong. Fix that. Change-Id: I334ba3ec6748eeacd6a89974d0e55afd02a71e13
8 lines
105 B
Django/Jinja
8 lines
105 B
Django/Jinja
{{ ara.config.logdir }}/*.log {
|
|
rotate 14
|
|
size 10M
|
|
missingok
|
|
compress
|
|
copytruncate
|
|
}
|