d2iq-archive / mesos-dns

DNS-based service discovery for Mesos.
https://mesosphere.github.com/mesos-dns
Apache License 2.0
483 stars 137 forks source link

please remove -v in this command #475

Open yar-malik opened 8 years ago

yar-malik commented 8 years ago

In this link (https://mesosphere.github.io/mesos-dns/docs/tutorial.html), on the mesos-dns.json file example, please change this:

"cmd": "sudo /usr/local/mesos-dns/mesos-dns -v -config=/usr/local/mesos-dns/config.json", to "cmd": "sudo /usr/local/mesos-dns/mesos-dns -config=/usr/local/mesos-dns/config.json",

thus removing the -v option which creates errors. Took me some time to debug this.