Skip to content

Commit 5b8b642

Browse files
ENGCOM-2729: [Forwardport] Fixed issue #13480 - Unable to activate logs after switching from production mode to developer #17477
- Merge Pull Request #17477 from mage2pratik/magento2:2.3-develop-PR-port-15335 - Merged commits: 1. ad610f6 2. e967eb9
2 parents d5ad9dd + e967eb9 commit 5b8b642

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)