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>
(cherry picked from commit 1158788c8c
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
058f7dfa01
commit
ce1068236d
|
@ -25,11 +25,6 @@ Options:
|
||||||
|
|
||||||
The `docker logs` command batch-retrieves logs present at the time of execution.
|
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
|
For more information about selecting and configuring logging drivers, refer to
|
||||||
[Configure logging drivers](https://docs.docker.com/config/containers/logging/configure/).
|
[Configure logging drivers](https://docs.docker.com/config/containers/logging/configure/).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue