Skip to content

Commit 850b972

Browse files
committed
chore: demote cache tag fallback log to info level
1 parent 4be4932 commit 850b972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/GeoIP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function __construct(
6767
/** @var list<string> $cacheTags */
6868
$cacheTags = array_values((array) $this->config('cache_tags', []));
6969
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.');
70+
$this->logger->info('GeoIP: cache tags are configured but the active cache driver does not support tagging. Tags will be ignored.');
7171
}
7272

7373
$this->cache = new Cache(

0 commit comments

Comments
 (0)