Added Log to StdOut
This commit is contained in:
parent
20b27713bd
commit
4aa00d15fa
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ defaults
|
||||||
errorfile 504 /etc/haproxy/errors-custom/504.http
|
errorfile 504 /etc/haproxy/errors-custom/504.http
|
||||||
|
|
||||||
global
|
global
|
||||||
log 127.0.0.1 local0 notice
|
log /dev/log local0
|
||||||
maxconn 2000
|
maxconn 2000
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
|
|
@ -122,5 +122,5 @@ fi
|
||||||
frontend "$FRONTEND" >> $HAPROXY_CFG
|
frontend "$FRONTEND" >> $HAPROXY_CFG
|
||||||
backend "$BACKEND" >> $HAPROXY_CFG
|
backend "$BACKEND" >> $HAPROXY_CFG
|
||||||
|
|
||||||
|
/sbin/syslogd -O /proc/1/fd/1
|
||||||
/docker-entrypoint.sh "$@"
|
/docker-entrypoint.sh "$@"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue