You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker-compose logs only returns when the service(s) exit. docker logs returns directly. This is confusing, and makes it hard to get logs in a automation environment.
I suggest the default behavior of docker-compose logs should be to return, just like docker does. Then the '-f, --follow' flag could be introduced, which would mimic the behavior that we have today.
docker-compose logsonly returns when the service(s) exit.docker logsreturns directly. This is confusing, and makes it hard to get logs in a automation environment.I suggest the default behavior of
docker-compose logsshould be to return, just like docker does. Then the '-f, --follow' flag could be introduced, which would mimic the behavior that we have today.Related: #1549