mirror of https://github.com/apache/cloudstack.git
bug 6138: reduce logging to important events only
status 6138: resolved fixed
This commit is contained in:
parent
1a09e5de6b
commit
26033833f5
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue