fix(dev-db/etcd): Remove -v flag, DEBUG is overly verbose prod hosts.

This commit is contained in:
Michael Marineau 2013-08-19 18:46:22 -04:00
parent 9528517210
commit e251ff660d
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
VIRT=$(coreos-detect-virt)
STATE=/var/lib/etcd
DEFAULT_ARGS="-v -d $STATE -f"
DEFAULT_ARGS="-d $STATE -f"
if [ "${VIRT}" != "ec2" ]; then
echo "Detected environment \"${VIRT}\", just starting solo master..."