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 5eaadd7 + 9caabf3 commit ed4a53dCopy full SHA for ed4a53d
library/X509/CertificateUtils.php
@@ -447,7 +447,7 @@ public static function verifyCertificates(Connection $db)
447
$output = implode("\n", $output);
448
449
if ($exitcode !== 0) {
450
- Logger::warning('openssl verify failed for command %s: %s', $command, $output);
+ Logger::debug('openssl verify failed for command %s: %s', $command, $output);
451
}
452
453
preg_match('/^error \d+ at \d+ depth lookup:(.+)$/m', $output, $match);
0 commit comments