From 9a2be62bf89fbfff41003efe297b90935ee9dc5c Mon Sep 17 00:00:00 2001 From: sixcorners Date: Wed, 5 Oct 2016 11:40:42 -0500 Subject: [PATCH] Update compose-file.md Document that the journald logging driver allows docker-compose logs to work. --- compose/compose-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/compose-file.md b/compose/compose-file.md index 6439a6b585..40dbfda3b5 100644 --- a/compose/compose-file.md +++ b/compose/compose-file.md @@ -468,7 +468,7 @@ The default value is json-file. driver: "syslog" driver: "none" -> **Note:** Only the `json-file` driver makes the logs available directly from +> **Note:** Only the `json-file` and `journald` drivers make the logs available directly from > `docker-compose up` and `docker-compose logs`. Using any other driver will not > print any logs.