The var/log/system.log file gets flooded with messages like the following.
[2021-09-03 11:44:16] main.INFO: Add of item with id Magento_Theme::design_config was processed [] []
[2021-09-03 11:44:16] main.INFO: Add of item with id Magento_Theme::system_design_theme was processed [] []
[2021-09-03 11:44:16] main.INFO: Add of item with id Magento_Config::system_config was processed [] []
[2021-09-03 11:44:16] main.INFO: Add of item with id Magento_Backend::system_design_schedule was processed [] []
[2021-09-03 11:44:16] main.INFO: Add of item with id Magento_Backend::system_store was processed [] []
[2021-09-03 11:44:16] main.INFO: Add of item with id Magento_Backend::dashboard was processed [] []
[2021-09-03 11:44:16] main.INFO: Add of item with id Magento_Backend::system was processed [] []
[2021-09-03 11:44:16] main.INFO: Add of item with id Magento_Backend::system_tools was processed [] []
[2021-09-03 11:44:16] main.INFO: Add of item with id Magento_Backend::system_design was processed [] []
[2021-09-03 11:44:16] main.INFO: Add of item with id Magento_Backend::system_convert was processed [] []
[2021-09-03 11:44:16] main.INFO: Add of item with id Magento_Backend::system_cache was processed [] []
[2021-09-03 11:44:16] main.INFO: Add of item with id Magento_Backend::marketing was processed [] []
[2021-09-03 11:44:16] main.INFO: Add of item with id Magento_Backend::marketing_communications was processed [] []
[2021-09-03 11:44:16] main.INFO: Add of item with id Magento_Backend::marketing_seo was processed [] []
While these messages may be interesting to see in the var/log/debug.log file, it makes no sense for them to appear in var/log/system.log.
Description (*)
The
var/log/system.log
file gets flooded with messages like the following.While these messages may be interesting to see in the
var/log/debug.log
file, it makes no sense for them to appear invar/log/system.log
.Related Pull Requests
This is a port of magento/magento2#33987.
Fixed Issues (if relevant)
None that I know of.
Manual testing scenarios (*)
var/log/debug.log
. The "Add of item ..." messages should be seen here.var/log/system.log
. The messages should not be seen here.Questions or comments
None.
Contribution checklist (*)