-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
'fig logs' exits when a service is stopped #289
Comments
fig logs
exits if a service is stopped
Mmm, yes, this is a regression. Probably fixable by only doing this bit when we're running |
ping :-) |
any update? it's kind of annoying :( |
For reference, the link in Aanands comment no longer works because the repository was moved to "docker" and the rebranding to "compose"; this one should work; https://github.com/docker/fig/blob/master/compose/cli/log_printer.py#L56-L58 (not sure if the line numbers are correct). This will change again soon once the repository is renamed to "compose" :) |
This was fixed in #1754, and will land in 1.5. |
Fix wrong name comment etc
I usually have a console open that just shows the output of
fig logs
. In a other console I usefig start ...
andfig stop ...
and other commands to alter the environment.Every time a service is stopped, the
logs
command also exists.The text was updated successfully, but these errors were encountered: