Anyone now why I can't see logs for workling in workling.output or production.log?
In development the logs show up in the development.log.
In my environments/production.rb I have the log levl set to debug. config.log_level = :debug
I'm starting Starling and Workling like this
server > /usr/bin/starling -d -P /tmp/pids/starling.pid -L /mnt/app/current/log/starling.log -p 15151
local > cap deploy:restart
server > RAILS_ENV=production /mnt/app/current/script/workling_client start