Skip to content

Commit 16afbeb

Browse files
authored
Merge pull request #452 from yma96/master
Upgrade proxy cache save log
2 parents 3ec0f86 + edebd60 commit 16afbeb

File tree

1 file changed

+1
-1
lines changed
  • transports/httpclient/src/main/java/org/commonjava/maven/galley/transport/htcli/internal

1 file changed

+1
-1
lines changed

transports/httpclient/src/main/java/org/commonjava/maven/galley/transport/htcli/internal/AbstractHttpJob.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ else if ( !doProxy ) // never do with proxy, retry with proxy
159159
{
160160
proxySitesCache.saveProxySite( site );
161161
}
162-
logger.debug( "Retry to execute with global proxy for {} and add into proxy cache, site: {}",
162+
logger.info( "Retry to execute with global proxy for {} and add into proxy cache, site: {}",
163163
url, site );
164164
}
165165
else // already did proxy, still timeout

0 commit comments

Comments
 (0)