With dual logging enabled by default, `docker logs` works regardless of the logging driver used

Signed-off-by: Mathieu Rollet <matletix@gmail.com>
This commit is contained in:
Mathieu Rollet 2022-11-18 09:58:28 +01:00
Родитель 86502f73aa
Коммит 1158788c8c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 392888E689549AAD
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -28,11 +28,6 @@ Options:
The `docker logs` command batch-retrieves logs present at the time of execution.
> **Note**
>
> This command is only functional for containers that are started with the
> `json-file` or `journald` logging driver.
For more information about selecting and configuring logging drivers, refer to
[Configure logging drivers](https://docs.docker.com/config/containers/logging/configure/).