mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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
@ -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…
x
Reference in New Issue
Block a user