diff options
author | baigk <baiguoku@huawei.com> | 2015-09-17 10:34:13 +0800 |
---|---|---|
committer | baigk <baiguoku@huawei.com> | 2015-09-17 10:34:13 +0800 |
commit | 9ea235214f7206398877314b5bb289dbbb952254 (patch) | |
tree | cbae99e0dab27a47c607f5fa611ed2508e303ace /deploy/adapters/ansible/roles | |
parent | 2cf3d931169ac00943a5bda6ab298ecd4d12cf60 (diff) |
add haproxy logging file
JIRA: COMPASS-56
Change-Id: I6b1d176072613408d57499ab8159addb27c0febf
Signed-off-by: baigk <baiguoku@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/roles')
-rw-r--r-- | deploy/adapters/ansible/roles/ha/templates/haproxy.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg b/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg index 4b20db03..169182da 100644 --- a/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg +++ b/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg @@ -6,7 +6,7 @@ global group haproxy maxconn 4000 pidfile /var/run/haproxy/haproxy.pid - #log 127.0.0.1 local0 + log 127.0.0.1 local0 tune.bufsize 1000000 stats socket /var/run/haproxy.sock stats timeout 2m |