Signed-off-by: Chris Gavin <chris@chrisgavin.me>
(cherry picked from commit 35c82f422d5db64baec6739490900f7f8fa7d7fd)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
| ... | ... |
@@ -34,7 +34,7 @@ The `docker logs` command batch-retrieves logs present at the time of execution. |
| 34 | 34 |
> **Note**: this command is only functional for containers that are started with |
| 35 | 35 |
> the `json-file` or `journald` logging driver. |
| 36 | 36 |
|
| 37 |
-For more information about selecting and configuring login-drivers, refer to |
|
| 37 |
+For more information about selecting and configuring logging drivers, refer to |
|
| 38 | 38 |
[Configure logging drivers](https://docs.docker.com/engine/admin/logging/overview/). |
| 39 | 39 |
|
| 40 | 40 |
The `docker logs --follow` command will continue streaming the new output from |
| ... | ... |
@@ -35,7 +35,7 @@ The `docker service logs` command batch-retrieves logs present at the time of ex |
| 35 | 35 |
> **Note**: this command is only functional for services that are started with |
| 36 | 36 |
> the `json-file` or `journald` logging driver. |
| 37 | 37 |
|
| 38 |
-For more information about selecting and configuring login-drivers, refer to |
|
| 38 |
+For more information about selecting and configuring logging drivers, refer to |
|
| 39 | 39 |
[Configure logging drivers](https://docs.docker.com/engine/admin/logging/overview/). |
| 40 | 40 |
|
| 41 | 41 |
The `docker service logs --follow` command will continue streaming the new output from |