Skip to content

Commit

Permalink
Update packages/core/src/proxy_configuration.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan authored Jun 10, 2024
1 parent 47e1e71 commit 86045eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/proxy_configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export class ProxyConfiguration {
typeof request.userData.__crawlee.lastProxyTier === 'number' &&
request.userData.__crawlee.lastProxyTier !== tierPrediction
) {
log.info(
log.debug(
`Changing proxy tier for domain "${domain}" from ${request.userData.__crawlee.lastProxyTier} to ${tierPrediction}.`,
);
}
Expand Down

0 comments on commit 86045eb

Please sign in to comment.