On Tue, 2007-05-15 at 17:04 +0100, Daniel P. Berrange wrote: > For every VM we start it will create a logfile > > /etc/libvirt/qemu/logs/[vmname].log Why not /var/log? /etc/ isn't the place for this kind of stuff, surely. (Putting them in their own directory is nice, though - that way we can use tmpwatch to clean them up ... logrotate isn't really suitable) Cheers, Mark.