please add streaming logs from ec2 instances

Bug #608564 reported by Robert Collins
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Launchpad Developer Utilities
Triaged
Low
Unassigned

Bug Description

It would be pretty cool to be able to do:

ec2land ...
wget -O- <instance>/log | tribunal -

and have the test progress shown in a streaming fashion

This is clearly wishlist, recording it in case someone has an itch scratching moment.

All it really needs is the supervisor process to offer a tail-like facility over http.

Revision history for this message
Jonathan Lange (jml) wrote :

If you run ./utilities/ec2 land --attached you get this already. I guess you're asking for a way to start tailing after you've detached?

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 608564] [NEW] please add streaming logs from ec2 instances

Yes, arbitrary later point.

Revision history for this message
Jonathan Lange (jml) wrote :

This seems not an ec2test bug, but rather a UNIX toolchain bug. ec2test already writes to http://<instance>.amazonaws.com/summary.log as it gets output.

Kind of tempted to mark this "wontfix"

tags: added: ec2land ec2test
Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 608564] Re: please add streaming logs from ec2 instances

On Thu, Mar 10, 2011 at 4:23 AM, Jonathan Lange <email address hidden> wrote:
> This seems not an ec2test bug, but rather a UNIX toolchain bug. ec2test
> already writes to http://<instance>.amazonaws.com/summary.log as it gets
> output.
>
> Kind of tempted to mark this "wontfix"

it writes to a file, not a pipe. The point is to get continual
feedback, not point-in-time.

Changed in launchpad:
importance: Wishlist → Low
Revision history for this message
Martin Pool (mbp) wrote :

As a workaround, you can use `ec2 ls --show-urls` to find the ip address, and then something like

ssh -v <email address hidden> tail -F /var/www/current_test.log

Aaron Bentley (abentley)
affects: launchpad → bzr-ping
affects: bzr-ping → lp-dev-utils
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.