Skip to content

Commit a2785b3

Browse files
author
Stanislav Idolov
authored
ENGCOM-2673: Fixed issue #13480 - Unable to activate logs after switching from production mode to developer #15335
2 parents 28d8d80 + bd55529 commit a2785b3

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@
7878
<item name="production" xsi:type="array">
7979
<item name="dev/debug/debug_logging" xsi:type="string">0</item>
8080
</item>
81+
<item name="developer" xsi:type="array">
82+
<item name="dev/debug/debug_logging" xsi:type="null" />
83+
</item>
8184
</item>
8285
</argument>
8386
</arguments>

0 commit comments

Comments
 (0)