I have demamonized my ruby script like this
Daemons.run('script/meeting_receiver.rb')
basically i am using gem https://github.com/thuehlinger/daemons.
And i have used puts statements in my ruby code. So i was wondering where exactly i can find logs for my ruby script. Where is the output of puts statements.
Not much familiar with Daemons.