From 540917e54db5490f411beb6cbbe8715502de5b1a 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 c6aabf8f6b88b9b54a5022eb2163718af270b7a8 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 - - - - - - - -