Skip to content

Commit

Permalink
Add 'local' to list of logging drivers that support `docker-compose l…
Browse files Browse the repository at this point in the history
…ogs`
  • Loading branch information
svarogg committed May 4, 2020
1 parent 9c5351c commit 9f68517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def log_driver(self):
@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):
Expand Down

0 comments on commit 9f68517

Please sign in to comment.