I'm having exactly the same problem. The log file is there but it
appears to be empty if I try and open it from the console:

>> Dir.glob("log/*.*")
=> ["log/production.log"]
>> File.open('log/production.log', 'r').each_line { |line| puts line }
=> #<File:log/production.log>
>>

I've raised a support ticket and I'll report back here when I hear
something.

Cheers
  Simon

On Jun 6, 1:19 am, kowsik <kow...@gmail.com> wrote:
> Anyone have this problem? Got an app with just a single dyno and I'm
> not getting any logs for this. OTOH, another app with > 1 dyno, logs
> are working just fine.
>
> Thanks,
>
> K.
> ---http://blitz.iohttp://twitter.com/pcaprhttp://labs.mudynamics.com

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to