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.
1 parent b56a093 commit b0dcd09Copy full SHA for b0dcd09
app/code/Magento/CatalogInventory/Model/Stock/StockItemRepository.php
@@ -192,7 +192,7 @@ public function save(\Magento\CatalogInventory\Api\Data\StockItemInterface $stoc
192
193
$this->resource->save($stockItem);
194
} catch (\Exception $exception) {
195
- $this->psrLogger->error('bigerror', ['exception' => $exception]);
+ $this->psrLogger->error($exception);
196
throw new CouldNotSaveException(__('The stock item was unable to be saved. Please try again.'), $exception);
197
}
198
return $stockItem;
0 commit comments