Hi, I just started deploying my app on a Joyent dedicated hosting account (mongrel+apache) and i''m getting an error only on the deployed app. Where do the errors get logged in this situation? Mike --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
mike wrote:> Hi, I just started deploying my app on a Joyent dedicated hosting > account (mongrel+apache) and i''m getting an error only on the deployed > app. Where do the errors get logged in this situation?You gotta ask your ISP about the inevitable maze of config files involved. Next, a Mongrel forum. And, yes, someone here might know. Using brute force, I would go for ls -l `find / -name error\*log 2>/dev/null ` | less then find the most recently modified log file. -- Phlip --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
thank you. i found my problem. but it would be great to know where i could find errors in the future. i''ll try that out. On 10/14/07, Phlip <phlip2005-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > mike wrote: > > > Hi, I just started deploying my app on a Joyent dedicated hosting > > account (mongrel+apache) and i''m getting an error only on the deployed > > app. Where do the errors get logged in this situation? > > You gotta ask your ISP about the inevitable maze of config files involved. > Next, a Mongrel forum. And, yes, someone here might know. > > Using brute force, I would go for > > ls -l `find / -name error\*log 2>/dev/null ` | less > > then find the most recently modified log file. > > -- > Phlip > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---