VOL-406 add logging configuration to swarm stack files

Change-Id: I6e75649c6f1cef3948437e59c778c562c828badc
(cherry picked from commit 4e920b7e69587ac2395f4069bfa5ed298bbeb2c5)
diff --git a/compose/docker-compose-consul-cluster.yml b/compose/docker-compose-consul-cluster.yml
index 78f83e1..5bd37b9 100644
--- a/compose/docker-compose-consul-cluster.yml
+++ b/compose/docker-compose-consul-cluster.yml
@@ -16,6 +16,11 @@
 
   consul:
     image: consul:0.9.2
+    logging:
+      driver: "json-file"
+      options:
+        max-size: "10m"
+        max-file: 3
 
     # Deploy to all docker manager nodes
     deploy: