mirror of
https://github.com/docker/compose.git
synced 2025-07-21 20:54:32 +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
|
@property
|
||||||
def has_api_logs(self):
|
def has_api_logs(self):
|
||||||
log_type = self.log_driver
|
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
|
@property
|
||||||
def human_readable_health_status(self):
|
def human_readable_health_status(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user