Skip to content

Commit

Permalink
Fixed issue #13480 - Unable to activate logs after switching from pro…
Browse files Browse the repository at this point in the history
…duction mode to developer
  • Loading branch information
jayankaghosh authored and mage2pratik committed Aug 9, 2018
1 parent d5ad9dd commit ad610f6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/code/Magento/Deploy/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,15 @@
</argument>
</arguments>
</type>
<type name="Magento\Deploy\App\Mode\ConfigProvider">
<arguments>
<argument name="config" xsi:type="array">
<item name="developer" xsi:type="array">
<item name="developer" xsi:type="array">
<item name="dev/debug/debug_logging" xsi:type="null" />
</item>
</item>
</argument>
</arguments>
</type>
</config>

0 comments on commit ad610f6

Please sign in to comment.