Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support getting container output from local logging driver
The `local` [Docker logging driver](https://docs.docker.com/config/containers/logging/local/) is a new-ish, optimized local logging driver that improves upon json-file. Since logs written using `local` can still be accessed through the Docker daemon API, all that is needed here is to add to the supported list.
- Loading branch information