diff --git a/lib/Storage/Storage.php b/lib/Storage/Storage.php index fd5740a..aba4ad0 100644 --- a/lib/Storage/Storage.php +++ b/lib/Storage/Storage.php @@ -458,7 +458,7 @@ public function writeBack($tmpFile, $path) { $this->fileCache->set($serverUrl, ['instance' => $file]); } } catch (\Exception $e) { - // noop + logger('sharepoint')->error('Failed to write back: ' . $e->getMessage(), ['exception' => $e]); } }