Hey Patrick, Sorry, I replied a few days ago but looks like I missed your email on the CC. This should solve it:
> "Patrick J. Collins" <[email protected] > (mailto:[email protected])> wrote: > > Hmm that's odd because I noticed as soon as I began using unicorn that I got > > very little output. For example, running my app and browsing to various > > pages, this is all I see: > Rails logs to a file by default, so you probably need to set the Rails logger somewhere in your config: Rails.logger = ::Logger.new($stdout) -- Alex Sharp Zaarly, Inc | @ajsharp | github.com/ajsharp (http://github.com/ajsharp) | alexjsharp.com (http://alexjsharp.com) _______________________________________________ Unicorn mailing list - [email protected] http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying
