Set proxy value when logging configuration on startup

This commit is contained in:
Łukasz Mierzwa
2018-02-01 21:09:36 -08:00
parent f6efebb934
commit 94ec8f084f
+1
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)
}