You've Got Logs

Today I needed to send log file from an Unix server to a colleague. Why not simply use E-Mail? Just wanted to share this beneficial small command line to send requested log files to a colleague for further investigation:

mail -s "Virgo default log file" colleague@example.com < serviceability/logs/log.log