Remove deprecated note

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
parent 86502f73aa
commit 1158788c8c
No known key found for this signature in database
GPG Key ID: 392888E689549AAD
1 changed files with 0 additions and 5 deletions

View File

@ -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/).