Merge pull request #42991 from nextcloud/lowToInfo

Lower failed movie preview generation logs to level info
pull/43515/head
Git'Fellow 4 months ago committed by GitHub
commit b03199e1cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -163,7 +163,7 @@ class Movie extends ProviderV2 {
if ($second === 0) {
$logger = \OC::$server->get(LoggerInterface::class);
$logger->error('Movie preview generation failed Output: {output}', ['app' => 'core', 'output' => $output]);
$logger->info('Movie preview generation failed Output: {output}', ['app' => 'core', 'output' => $output]);
}
unlink($tmpPath);

Loading…
Cancel
Save