Michael Guterl <[email protected]> wrote: > On Wed, Nov 18, 2009 at 9:06 PM, Preston Marshall > <[email protected]> wrote: > > This may be a dumb question, but where can I see the error logs that are > > usually displayed when unicorn is not daemonized? The production.log file > > is empty in my app. Everything is currently running as root. > > I'm not sure where the logs are directed by default, but I set their
They go to /dev/null by default when daemonizing. But yes, it's recommended that you configure them to something like below: > location in my unicorn config like so: > > stdout_path '/home/deploy/public_html/rm/current/log/unicorn.log' > stderr_path '/home/deploy/public_html/rm/current/log/unicorn-error.log' _______________________________________________ mongrel-unicorn mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-unicorn
