Commit 9bac569b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

haproxy: remove needless configuration for log.

because we anyway has never used log, but just use stderr ourput.
parent 0e5c2d67
Pipeline #9998 failed with stage
in 0 seconds
......@@ -3,10 +3,7 @@ global
stats socket %(socket_path)s level admin
defaults
log global
mode http
option httplog
option dontlognull
retries 1
option redispatch
maxconn 2000
......
......@@ -94,4 +94,4 @@ md5sum = 0097e49b5bd7ad4978c722c1cdd27d6c
[template-haproxy-cfg]
filename = haproxy.cfg.in
md5sum = 9ea47a073e5bfcf32f7901f9a061de27
md5sum = fec6a312e4ef84b02837742992aaf495
......@@ -4,10 +4,7 @@ global
stats socket {{ parameter_dict['socket-path'] }} level admin
defaults
log global
mode http
option httplog
option dontlognull
retries 1
option redispatch
maxconn 2000
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment