worker: log proxy setting
This commit is contained in:
parent
86f903339a
commit
03e74e77b2
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ func (impl *OSTreeResolveJobImpl) Run(job worker.Job) error {
|
|||
if match, err := impl.CompareBaseURL(s.URL); match && err == nil {
|
||||
if impl.RepositoryMTLSConfig.Proxy != nil {
|
||||
reqParams.Proxy = impl.RepositoryMTLSConfig.Proxy.String()
|
||||
logWithId.Infof("Using proxy for OSTree resolving: %s", reqParams.Proxy)
|
||||
}
|
||||
reqParams.MTLS = &ostree.MTLS{
|
||||
CA: impl.RepositoryMTLSConfig.CA,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue