Closed
Description
This issue is automatically created based on existing pull request: #27379: Use Logger implementation based on deployment configuration
Summary (*)
Magento 2.4-develop
Use Logger implementation based on deployment configuration
Examples (*)
- Configure Magento to run in production mode
- Add
'log' => [ 'type' => \Monolog\Logger::class, 'args' => ['name' => 'test']],
line to app/etc/env.php file - Delete var/log folder
- Run bin/magento s:s:d
- Test that errors is logged to StdError stream
- Test that var/log folder is not exists/empty
Proposed solution
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.4-develop branchGate 3 Passed. Manual verification of the issue completed. Issue is confirmedMay be fixed according to the position in the backlog.Indicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branchAffects non-critical data or functionality and does not force users to employ a workaround.
Type
Projects
Status
Done