mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
allow to collect logs for a subset of project services
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
ba47b3d9d2
commit
056dfb95bc
8 changed files with 60 additions and 12 deletions
|
|
@ -56,7 +56,7 @@ func (c *composeService) Down(context.Context, string) error {
|
|||
return errdefs.ErrNotImplemented
|
||||
}
|
||||
|
||||
func (c *composeService) Logs(context.Context, string, compose.LogConsumer) error {
|
||||
func (c *composeService) Logs(context.Context, string, compose.LogConsumer, compose.LogOptions) error {
|
||||
return errdefs.ErrNotImplemented
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue