Starling/Workling Questions

I’m pretty happy with how easy the setup and configuration is! I do
have a couple questions that I would love some help with:

  1. How do I get logging? While workling is running in production, I
    do not see any logging?

  2. Is there a better way to start the services in production?
    Currently I start starling and workling as follows:

sudo starling -p 15151
export RAILS_ENV=production
script/workling_client start

Thanks!
Tom