I want to store all the log files to a separate HDD. Is it ok for me to mount /var/log to different location or I need to do something more?
This is possible as long as you use /etc/fstab with auto-mount flag for that partition. Don't forget to copy your logs or else they disappear underneath the mount point.
Cheers,
Franco