From 9ea235214f7206398877314b5bb289dbbb952254 Mon Sep 17 00:00:00 2001 From: baigk Date: Thu, 17 Sep 2015 10:34:13 +0800 Subject: add haproxy logging file JIRA: COMPASS-56 Change-Id: I6b1d176072613408d57499ab8159addb27c0febf Signed-off-by: baigk --- deploy/adapters/ansible/roles/ha/templates/haproxy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deploy/adapters/ansible/roles/ha') 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 -- cgit 1.2.3-korg