Skip to content

Commit edebd60

Browse files
committed
Upgrade proxy cache save log
1 parent 3ec0f86 commit edebd60

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

+1-1
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)