Browse code

Add link to logging drivers reference

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2016/09/16 22:29:28
Showing 1 changed files
... ...
@@ -24,11 +24,14 @@ Options:
24 24
   -t, --timestamps     Show timestamps
25 25
 ```
26 26
 
27
-> **Note**: this command is available only for containers with `json-file` and
28
-> `journald` logging drivers.
29
-
30 27
 The `docker logs` command batch-retrieves logs present at the time of execution.
31 28
 
29
+> **Note**: this command is only functional for containers that are started with
30
+> the `json-file` or `journald` logging driver.
31
+
32
+For more information about selecting and configuring login-drivers, refer to
33
+[Configure logging drivers](../../admin/logging/overview.md).
34
+
32 35
 The `docker logs --follow` command will continue streaming the new output from
33 36
 the container's `STDOUT` and `STDERR`.
34 37