zodern / mup-aws-beanstalk

Deploy Meteor apps to AWS Elastic Beanstalk using Meteor Up
127 stars 56 forks source link

Streaming Logs possible? #59

Open gerwinbrunner opened 6 years ago

gerwinbrunner commented 6 years ago

Hi,

does anybody have an idea on how to replicate the behavior of mup logs -f with beanstalk? I want to have logs that can be streamed. Any hint where to look would be appreciated.

Best, Gerwin

gerwinbrunner commented 6 years ago

Any help would be appreciated.

Discordius commented 5 years ago

I would probably stream them with the cloudWatch option, and then capture them from there, but haven't looked into it too much.

gerwinbrunner commented 4 years ago

@Discordius Did you figure out a way to do this?

gerwinbrunner commented 2 years ago

@zodern Any idea how this might be implemented? Maybe we might help with it if you lay out how you see the best fit to do it.