-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a way to view logs #33
Comments
@devshawn Thanks for using docker-compose. |
I'd be happy to take a stab at it if no one has time for it. It'd be nice to have the option to view logs to the current point as well as streaming it. The latter means the process wouldn't end until the user stops/kills it, but in my case, that's useful. What are your thoughts on this? It appears most commands here run in |
Makes sense to me, get going 👍 |
@AlexZeitler - Yes, I believe this would work great! Sorry for not responding, I haven't had time for the project I'm using this for in the past couple of weeks. 👍 |
@devshawn Great to hear! I've just released it on npm (v |
@AlexZeitler I've read through the code and noticed that There is a possibility to handle following logs (or btw, do you have any slack or gitter channel? I've added #60 as work-in-progress / proof-of-concept. |
@Steveb-p I created a Slack workspace at https://pdmlab-oss.slack.com. Just drop me a line with your email address at [email protected] so I can invite you. |
I'm using this project to create a CLI that wraps some docker-compose stuff to spin up a local environment. It would be nice to be able to have a command that would stream docker-compose logs.
Would this be possible, or is there an alternative you recommend?
The text was updated successfully, but these errors were encountered: