Add missing log event filter when using docker-compose logs.
Signed-off-by: Aaron Nall <aronahl@hotmail.com>
This commit is contained in:
parent
6bfdde6855
commit
f316b448c2
1 changed files with 2 additions and 1 deletions
|
|
@ -415,7 +415,8 @@ class TopLevelCommand(object):
|
|||
self.project,
|
||||
containers,
|
||||
options['--no-color'],
|
||||
log_args).run()
|
||||
log_args,
|
||||
event_stream=self.project.events(service_names=options['SERVICE'])).run()
|
||||
|
||||
def pause(self, options):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue