From a4f58c8806d93ff20f921e02785a78bda00adf46 Mon Sep 17 00:00:00 2001 From: Pieter Hoste Date: Sun, 23 Sep 2018 14:10:01 +0200 Subject: [PATCH] Introducing a dedicated cron.log file for logging cron related info, this reduces output in the system.log file. --- app/code/Magento/Cron/etc/di.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/code/Magento/Cron/etc/di.xml b/app/code/Magento/Cron/etc/di.xml index a37f3760b70a5..3e3bdc2053576 100644 --- a/app/code/Magento/Cron/etc/di.xml +++ b/app/code/Magento/Cron/etc/di.xml @@ -16,6 +16,18 @@ + + + /var/log/cron.log + + + + + + Magento\Cron\Model\VirtualLoggerHandler + + + @@ -25,6 +37,7 @@ shellBackground + Magento\Cron\Model\VirtualLogger