We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7dbeb61 + 84a6d3d commit 71fc0feCopy full SHA for 71fc0fe
Classes/CacheManager.php
@@ -121,7 +121,7 @@ public function execute(): void
121
$this->logger->error('error: ' . curl_error($ch));
122
} else {
123
$info = curl_getinfo($ch);
124
- $this->logger->error('info: ', $info);
+ $this->logger->debug('info: ', $info);
125
}
126
curl_multi_remove_handle($multiHandle, $ch);
127
curl_close($ch);
ext_emconf.php
@@ -4,7 +4,7 @@
4
'title' => 'Cache Purger',
5
'description' => 'Purge cached URLs within Varnish instances',
6
'category' => 'misc',
7
- 'version' => '1.0.3',
+ 'version' => '1.0.4',
8
'state' => 'stable',
9
'clearCacheOnLoad' => 0,
10
'constraints' => [
0 commit comments