There was an error while loading. Please reload this page.
1 parent 4be4932 commit 850b972Copy full SHA for 850b972
1 file changed
src/GeoIP.php
@@ -67,7 +67,7 @@ public function __construct(
67
/** @var list<string> $cacheTags */
68
$cacheTags = array_values((array) $this->config('cache_tags', []));
69
if ($cacheTags !== [] && !$cache->supportsTags()) {
70
- $this->logger->warning('GeoIP: cache tags are configured but the active cache driver does not support tagging. Tags will be ignored.');
+ $this->logger->info('GeoIP: cache tags are configured but the active cache driver does not support tagging. Tags will be ignored.');
71
}
72
73
$this->cache = new Cache(
0 commit comments