Set proxy value when logging configuration on startup

This commit is contained in:
Łukasz Mierzwa
2018-01-31 21:18:21 -08:00
parent f6efebb934
commit 94ec8f084f

View File

@@ -166,6 +166,7 @@ func (config *configSchema) LogValues() {
URI: hideURLPassword(s.URI),
Timeout: s.Timeout,
TLS: s.TLS,
Proxy: s.Proxy,
}
servers = append(servers, server)
}