mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Add 'local' to list of logging drivers that support docker-compose logs
Signed-off-by: Mike Zak <feanorr@gmail.com>
This commit is contained in:
parent
9c5351cf27
commit
982069903d
@ -193,7 +193,7 @@ class Container(object):
|
||||
@property
|
||||
def has_api_logs(self):
|
||||
log_type = self.log_driver
|
||||
return not log_type or log_type in ('json-file', 'journald')
|
||||
return not log_type or log_type in ('json-file', 'journald', 'local')
|
||||
|
||||
@property
|
||||
def human_readable_health_status(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user