2012/11/23 Teodor <mteodor at gmail.com>:
> Please improve /etc/logrotate.d/bacula-common file with:
>
> /var/log/bacula/log {
>   create 0644 bacula bacula
Actually, the group should be 'adm' and no read permissions for others:
  create  0640 bacula adm
Cheers