Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
[change] (MAGE2-311) Change unnecessary warning to debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
sixer1182 committed May 8, 2020
1 parent b4799ab commit e594aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/Index/Redirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public function execute()
/** @var Order $order */
$order = null;
try {
$this->_logger->warning('Load order by QuoteId: ' . $quoteId);
$this->_logger->debug('Load order by QuoteId: ' . $quoteId);
$order = $this->orderHelper->fetchOrderByQuoteId($quoteId);
} catch (Exception $e) {
$this->_logger->error(
Expand Down

0 comments on commit e594aed

Please sign in to comment.