> "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 | 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

Reply via email to