Skip to content

Commit

Permalink
Disable debug log (close #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
wzyboy committed May 16, 2016
1 parent d7a194d commit 8ef8cd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions playbooks/roles/docker/templates/docker.j2
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ ExecStart=/usr/bin/docker daemon \
--host tcp://{{ node_ip }}:{{ docker_port }} \
--log-driver=syslog \
--log-opt syslog-address=tcp://127.0.0.1:514 \
--cluster-store=etcd://{{ node_ip }}:{{ etcd_client_port }} \
--debug
--cluster-store=etcd://{{ node_ip }}:{{ etcd_client_port }}

MountFlags=slave
LimitNOFILE=1048576
Expand Down

0 comments on commit 8ef8cd8

Please sign in to comment.