Merge pull request #4307 from aledbf/remove-log

Disable access log in stream section for configuration socket
This commit is contained in:
Kubernetes Prow Robot 2019-07-10 11:22:26 -07:00 committed by GitHub
commit a1922e4ce0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -681,6 +681,8 @@ stream {
server {
listen unix:{{ .StreamSocket }};
access_log off;
content_by_lua_block {
tcp_udp_configuration.call()
}