From ad610f674d5d37e781556686408c8bbaeb28c956 Mon Sep 17 00:00:00 2001 From: Jayanka Date: Sat, 19 May 2018 12:30:16 +0530 Subject: [PATCH 1/2] Fixed issue #13480 - Unable to activate logs after switching from production mode to developer --- app/code/Magento/Deploy/etc/di.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/code/Magento/Deploy/etc/di.xml b/app/code/Magento/Deploy/etc/di.xml index ce7c84c95538a..3b47f308d7bbb 100644 --- a/app/code/Magento/Deploy/etc/di.xml +++ b/app/code/Magento/Deploy/etc/di.xml @@ -82,4 +82,15 @@ + + + + + + + + + + + From e967eb984065348ad3df0db39d1fe287e9927d2b Mon Sep 17 00:00:00 2001 From: Jayanka Date: Sat, 19 May 2018 14:12:51 +0530 Subject: [PATCH 2/2] Fixed issue #13480 - Combined duplicate Magento\Deploy\App\Mode\ConfigProvider type into one tag --- app/code/Magento/Deploy/etc/di.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/code/Magento/Deploy/etc/di.xml b/app/code/Magento/Deploy/etc/di.xml index 3b47f308d7bbb..fd604aa1b397b 100644 --- a/app/code/Magento/Deploy/etc/di.xml +++ b/app/code/Magento/Deploy/etc/di.xml @@ -78,14 +78,6 @@ 0 - - - - - - - -