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. On Oct 6, 11:43 am, "Yehuda Katz" <[EMAIL PROTECTED]> wrote: > This sounds like it might be a bug. I'll look into it after lunch. > -- Yehuda > > > > On Mon, Oct 6, 2008 at 10:28 AM, bruce zuo <[EMAIL PROTECTED]> wrote: > > > Hi, > > > Can anyone help me with this? > > > On my dev. machine, if I start the server with: > > > $merb -e production -d > > > I can get the log with the name like "merb.main.log", not the > > 'production.log" which is defined in the > > config/environment/production.rb > > > But, on my production server, I am using Phusion Passenger + > > Merb(edge), I never got the production.log working. > > > Is there anyone have the same problem? > > > Thanks. > > > --Bruce > > -- > Yehuda Katz > Developer | Engine Yard > (ph) 718.877.1325 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
