Re: Logs are returning empty...

2011-06-06 Thread Simon Starr
This is fixed now; thanks Heroku!

http://status.heroku.com/incident/162

On Jun 6, 3:48 pm, Phil McClure  wrote:
> Also getting this issue!

-- 
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.



Re: Logs are returning empty...

2011-06-06 Thread anitamp
I'm having the same problem as well except both of my apps have 1 dyno
and are the same in every way except the one that is not working has
custom domains (not sure if that matters). I have also sent in a
support request and will respond back if I hear anything.

Thanks,
Anita

On Jun 5, 8:19 pm, kowsik  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.



Re: Logs are returning empty...

2011-06-06 Thread Phil McClure
Also getting this issue!

-- 
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.



Re: Logs are returning empty...

2011-06-06 Thread andyast
yes, I am having the exact same problem.

In face it seems that heroku logs --tail is unable to connect to the
log stream.

Anyway, hope they get it fixed soon


On Jun 6, 3:35 am, Simon Starr  wrote:
> 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 }
>
> => #
>
>
>
> 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  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.



Re: Logs are returning empty...

2011-06-06 Thread Simon Starr
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 }
=> #
>>

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  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.