Skip to content

Commit

Permalink
debug: Write exception to log
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <[email protected]>
  • Loading branch information
juliusknorr committed Dec 13, 2024
1 parent 0f00b45 commit fe5a133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Storage/Storage.php
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
}
}

Expand Down

0 comments on commit fe5a133

Please sign in to comment.