2008/10/23 Alex Arnell <[EMAIL PROTECTED]>: > > I'm also having trouble with passenger and the log files probably > since 0.9.8. > > I run Merb + Passenger for development. If I leave my development.rb > logging to STDOUT all the logging works, I just have to check the > apache logs for the output. > > If I try and change either the config.ru or development.rb to log to a > file nothing gets logged at all. I can see messages in the apache > error logs saying that Merb is logging to /log/development.log, but > the file is always empty. > > I'm not sure what's going on, I thought it might be a permissions > problem, but giving world access to the log file didn't change > anything.
Passenger concatenates log/development.log to some weird path. -- MK --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
