diff --git a/lib/Service/RemoteService.php b/lib/Service/RemoteService.php index 6b8c5cc693..02d2788c8b 100644 --- a/lib/Service/RemoteService.php +++ b/lib/Service/RemoteService.php @@ -100,7 +100,7 @@ public function convertTo(string $filename, $stream, string $format, ?array $con return $body; } catch (\Exception $e) { - $this->logger->error('Failed to convert preview: ' . $e->getMessage(), ['exception' => $e]); + $this->logger->info('Failed to convert preview: ' . $e->getMessage(), ['exception' => $e]); throw $e; } }