Skip to content

Commit ad610f6

Browse files
jayankaghoshmage2pratik
authored andcommitted
Fixed issue #13480 - Unable to activate logs after switching from production mode to developer
1 parent d5ad9dd commit ad610f6

File tree

1 file changed

+11
-0
lines changed
  • app/code/Magento/Deploy/etc

1 file changed

+11
-0
lines changed

app/code/Magento/Deploy/etc/di.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,15 @@
8282
</argument>
8383
</arguments>
8484
</type>
85+
<type name="Magento\Deploy\App\Mode\ConfigProvider">
86+
<arguments>
87+
<argument name="config" xsi:type="array">
88+
<item name="developer" xsi:type="array">
89+
<item name="developer" xsi:type="array">
90+
<item name="dev/debug/debug_logging" xsi:type="null" />
91+
</item>
92+
</item>
93+
</argument>
94+
</arguments>
95+
</type>
8596
</config>

0 commit comments

Comments
 (0)