compose/tests/unit/cli
Sebastiaan van Stijn 28f8b8549d
Remove local check for log-driver read support
Starting with Docker 20.10, the docker daemon has support for
"dual logging", which allows reading back logs, irregardless of
the logging-driver that is configured (except for "none" as logging
driver).

This patch removes the local check, which used a hard-coded list of
logging drivers that are expected to support reading logs.

When using an older version of Docker, the API should return an
error that reading logs is not supported, so no local check should
be needed.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-28 16:55:36 +01:00
..
__init__.py Resolves #369, add verbose output on --verbose flag 2014-08-09 21:05:54 -04:00
colors_test.py Improve control over ANSI output (#6858) 2021-01-19 18:17:55 +01:00
command_test.py Fix project_dir to take first file in account 2020-12-02 16:59:47 -03:00
docker_client_test.py Fix flake8 2020-08-21 19:25:24 +02:00
errors_test.py Removed Python2 support 2020-08-11 17:45:13 +07:00
formatter_test.py Removed Python2 support 2020-08-11 17:45:13 +07:00
log_printer_test.py Remove local check for log-driver read support 2021-01-28 16:55:36 +01:00
main_test.py Improve control over ANSI output (#6858) 2021-01-19 18:17:55 +01:00
utils_test.py Removed Python2 support 2020-06-03 17:37:47 +02:00
verbose_proxy_test.py Removed six 2020-06-03 17:43:16 +02:00