mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
Set proxy value when logging configuration on startup
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user