mirror of https://github.com/docker/cli.git
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:
parent
86502f73aa
commit
1158788c8c
|
@ -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/).
|
||||
|
||||
|
|
Loading…
Reference in New Issue