I''m having a very strange issue that is difficult to debug. I''ve tried running merb with $DEBUG = true and verbose logging mode. When we receive these 500 Internal Server errors, there is nothing outputted to the logs to STDOUT. I''ve tried running through proxy (apache, nginx) and also direct mongrel. I cannot seem to track the cause of the issue and it is very random, does not appear to happen on any one action. Any ideas for further debugging of the issue is greatly appreciated. Regards, Will
hmm, maybe set your config/environments/production.rb log_level to :debug and restart your merbs. Also try installing the merb_exceptions gem, it works great for me. - Gianni On Aug 1, 2008, at 5:41 PM, Will Prater wrote:> I''m having a very strange issue that is difficult to debug. I''ve > tried running merb with $DEBUG = true and verbose logging mode. > When we receive these 500 Internal Server errors, there is nothing > outputted to the logs to STDOUT. > > I''ve tried running through proxy (apache, nginx) and also direct > mongrel. > > I cannot seem to track the cause of the issue and it is very random, > does not appear to happen on any one action. > > Any ideas for further debugging of the issue is greatly appreciated. > > > Regards, > > Will > _______________________________________________ > Merb-devel mailing list > Merb-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/merb-devel
I''ve tried setting the error level higher and used debug mode. Nothing is logged when they 500 get sent back. That gem sounds great, but I don think it will work too well in my case, since there does not seem to be any exceptions thrown. Regards, On Aug 1, 2008, at 3:23 PM, Gianni Jacklone wrote:> hmm, maybe set your config/environments/production.rb log_level > to :debug and restart your merbs. Also try installing the > merb_exceptions gem, it works great for me. > > - Gianni > > On Aug 1, 2008, at 5:41 PM, Will Prater wrote: > >> I''m having a very strange issue that is difficult to debug. I''ve >> tried running merb with $DEBUG = true and verbose logging mode. >> When we receive these 500 Internal Server errors, there is nothing >> outputted to the logs to STDOUT. >> >> I''ve tried running through proxy (apache, nginx) and also direct >> mongrel. >> >> I cannot seem to track the cause of the issue and it is very >> random, does not appear to happen on any one action. >> >> Any ideas for further debugging of the issue is greatly appreciated. >> >> >> Regards, >> >> Will >> _______________________________________________ >> Merb-devel mailing list >> Merb-devel at rubyforge.org >> http://rubyforge.org/mailman/listinfo/merb-devel >