yii2-cronjobs
yii2-cronjobs copied to clipboard
logging in CronController does not have category
Hi,
In cron controller the log commands do not have a category assigned to it.
eg Yii::info('No task on '.date('r', $time));
This makes it hard to log all of these debug info in a separate log file.
Can we change this? Will also log a PR for this soon if you do not have anytime to code.
-S.
As described in PR https://github.com/DenisOgr/yii2-cronjobs/pull/6
I will fix it, see https://github.com/DenisOgr/yii2-cronjobs/pull/12