shuttle icon indicating copy to clipboard operation
shuttle copied to clipboard

feature: tailing logs

Open christos-h opened this issue 2 years ago • 3 comments

cargo-shuttle has logging functionality with cargo shuttle logs - but this prints the entire log history of a deployment and terminates.

This feature proposes log tailing, where the user can have access to a constant stream (follow basically) of logs from cargo-shuttle using cargo shuttle logs --tail or cargo shuttle logs -t.

christos-h avatar May 31 '22 09:05 christos-h

I'd be happy to take this one. Is it just a live update of the last X lines of the log @christoshadjiaslanis ?

jmwill86 avatar May 31 '22 10:05 jmwill86

Sorry for only seeing this now @jmwill86. This is more of following / streaming the logs as new logs come in.

Are you still up for taking this?

chesedo avatar Jun 10 '22 06:06 chesedo

Yeah happy to give it a go. My local setup's been broken and haven't had a lot of time but I'll get working on it asap. 👍

jmwill86 avatar Jun 10 '22 08:06 jmwill86

The v0.6.0 release added the --follow flag

chesedo avatar Oct 31 '22 09:10 chesedo