bug 6138: reduce logging to important events only

status 6138: resolved fixed
This commit is contained in:
Chiradeep Vittal 2010-10-01 15:28:22 -07:00
parent 1a09e5de6b
commit 26033833f5
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ import java.util.Set;
*/
public class HAProxyConfigurator implements LoadBalancerConfigurator {
private static String [] globalSection = {"global",
"\tlog 127.0.0.1:3914 local0 info",
"\tlog 127.0.0.1:3914 local0 notice notice",
"\tmaxconn 4096",
"\tchroot /var/lib/haproxy",
"\tuser haproxy",