Skip to content

Commit cafc1b8

Browse files
committed
Remove a useless log
1 parent ff227f9 commit cafc1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ private function getPossibleHosts(?string $preferredHost, bool $resetHosts = fal
585585
} else {
586586
$cachedHostConfigs = apcu_fetch($apcuKey) ?: [];
587587
}
588-
$this->logger->info('Bedrock\Client - APC fetch host configs', array_keys($cachedHostConfigs));
588+
$this->logger->debug('Bedrock\Client - APC fetch host configs', array_keys($cachedHostConfigs));
589589

590590
// If the hosts and ports in the cache don't match the ones in the config, reset the cache.
591591
$cachedHostsAndPorts = [];

0 commit comments

Comments
 (0)