|
|
@@ -43,7 +43,7 @@ class CrontabCommand extends Command
|
|
|
parent::__construct($socketName, $socketContext);
|
|
|
self::$argv = $argv;
|
|
|
self::$pidFile = $app->getRootPath() . 'runtime/crontab.pid';
|
|
|
- self::$logFile = $app->getRootPath() . 'runtime/crontab.log';
|
|
|
+ self::$logFile = $app->getRootPath() . 'runtime/crontab_' . date('Ymd') . '.log';
|
|
|
self::$statisticsFile = $app->getRootPath() . 'runtime/crontab.statistics.php';
|
|
|
}
|
|
|
|