I have a Rails script that I am trying to manage using god. Everything is working fine except that none of the script's output is being written to the log. I have tried `$stdout.sync` up front and `$stdout.flush` after each puts. Nothing makes any difference. Interestingly, the output from the Rails environment startup is being flushed to the log right away.
Any ideas? -- You received this message because you are subscribed to the Google Groups "god.rb" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/god-rb?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
