Greping through Rails logs
tail -f log/production.log | pcregrep -M '\A(.+151\.193\.220\.27.*?)Started'
WORK IN PROGRESS.
grep -r -L "Connect Event" .
=== One line SMTP server
sudo python -m smtpd -n -c DebuggingServer localhost:25