-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed issue #13480 - Unable to activate logs after switching from production mode to developer #15335
Fixed issue #13480 - Unable to activate logs after switching from production mode to developer #15335
Conversation
…duction mode to developer
…gProvider type into one tag
@@ -78,6 +78,9 @@ | |||
<item name="production" xsi:type="array"> | |||
<item name="dev/debug/debug_logging" xsi:type="string">0</item> | |||
</item> | |||
<item name="developer" xsi:type="array"> | |||
<item name="dev/debug/debug_logging" xsi:type="null" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this type=null?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The value of dev/debug/debug_logging node in the app/etc/env.php would be set to null
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since I didn't find a way to remove the node from di.xml, hence setting it to null is the only way
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@miguelbalparda Any updates on this?
Hi @sidolov, thank you for the review. |
…hing from production mode to developer #15335
Hi @jayankaghosh. Thank you for your contribution. Please, consider to port this solution to 2.3 release line. |
Description
Set the ENV value of dev/debug/debug_logging to null when deployment mode is "developer"
Fixed Issues (if relevant)
Manual testing scenarios