TIL — Rails log STDOUT? Where is it?!!

After being stuck on one single bug today for many hours, I thought I would write this short piece. Maybe it will help someone out, maybe not. But it will be a reminder to myself to not make the same mistake.
Backstory
I have a Rails application, logging to STDOUT. It works perfectly in both local and development environments. However, it only works partially in…