Skip to content

Commit

Permalink
MAGETWO-48961: AMQP: Adding product to the cart, missing logging stat…
Browse files Browse the repository at this point in the history
…ements in var/log/debug.log
  • Loading branch information
arkadiych committed Feb 10, 2016
1 parent a94342c commit 427eb47
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sample-module-sample-message-queue/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,12 @@
<type name="Magento\Checkout\Model\Cart">
<plugin name="add.to.cart.queue" type="Magento\SampleMessageQueue\Model\AddToCartPlugin" />
</type>
<type name="Magento\Framework\Logger\Monolog">
<arguments>
<argument name="name" xsi:type="string">main</argument>
<argument name="handlers" xsi:type="array">
<item name="debug" xsi:type="object">Magento\Framework\Logger\Handler\Debug</item>
</argument>
</arguments>
</type>
</config>

0 comments on commit 427eb47

Please sign in to comment.