On Mon, Feb 10, 2014 at 04:12:58PM +0000, Colin Fowler wrote: > Logrotate only rotatated the first directory matched i.e. > > /var/log/a/*.log was rotated > > /var/log/b/*.log remained untouched > > * What outcome did you expect instead? > > All logs in all directories under /var/log to be rotated
Can you send the output of "ls -l /var/log/*/*.log" please? Bear in mind that other installed programs may have a glob on *.log, and a specific directory (eg. apache), and your pattern might interfere with that. I'd suggest logging into /var/log/a-unique-name/xxx/yyy.log instead. -- Paul Martin <p...@debian.org> -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org