commit | 4e920b7e69587ac2395f4069bfa5ed298bbeb2c5 | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Thu Oct 12 07:49:14 2017 -0700 |
committer | David Bainbridge <dbainbri@ciena.com> | Tue Oct 17 08:48:12 2017 -0700 |
tree | 65e69a908262856521e11bea360d4dc3f496e5e6 | |
parent | 26eabe1d0d748939222ee17d2307121e81e8e191 [diff] [blame] |
VOL-406 add logging configuration to swarm stack files Change-Id: I6e75649c6f1cef3948437e59c778c562c828badc
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: