logging: Warn for deprecated single_field encoder

This commit is contained in:
Matthew Holt
2021-08-17 10:51:26 -06:00
parent 6bc87ea2ff
commit 8a974a4f8f
3 changed files with 5 additions and 4 deletions

View File

@ -371,7 +371,7 @@ func TestReverseProxyHealthCheck(t *testing.T) {
reverse_proxy {
to localhost:2020
health_path /health
health_uri /health
health_port 2021
health_interval 2s
health_timeout 5s
@ -426,7 +426,7 @@ func TestReverseProxyHealthCheckUnixSocket(t *testing.T) {
reverse_proxy {
to unix/%s
health_path /health
health_uri /health
health_port 2021
health_interval 2s
health_timeout 5s
@ -481,7 +481,7 @@ func TestReverseProxyHealthCheckUnixSocketWithoutPort(t *testing.T) {
reverse_proxy {
to unix/%s
health_path /health
health_uri /health
health_interval 2s
health_timeout 5s
}