Auto-partitioning is all very well - but it's useful to be able to control what goes where. For example, if you have an existing OS on the hard disk that you want to keep, or you want to have dedicated disks or partitions for things like /home, /usr etc.
I can't see any obvious problems with having a separate partition for log files; however, log files aren't all stored in the same place. A lot are stored in /var/log, but there are a lot that aren't too. Having a separate partition isn't the solution - what you need to do is to get logrotate configured to rotate and remove log files appropriately, and for syslogd to only log pertinent information.
|