From 26033833f56e4f610681b7de3fbf148d240e71b2 Mon Sep 17 00:00:00 2001 From: Chiradeep Vittal Date: Fri, 1 Oct 2010 15:28:22 -0700 Subject: [PATCH] bug 6138: reduce logging to important events only status 6138: resolved fixed --- core/src/com/cloud/network/HAProxyConfigurator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/com/cloud/network/HAProxyConfigurator.java b/core/src/com/cloud/network/HAProxyConfigurator.java index 1ff5b9f4596..02030199898 100644 --- a/core/src/com/cloud/network/HAProxyConfigurator.java +++ b/core/src/com/cloud/network/HAProxyConfigurator.java @@ -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",