logFile
field must be renamed tologFilePrefix
and must not end with the file extension
Also, for old existing schedules in your database, please remove the log file extension in column logFilePrefix
.
-
The constructors of
Synolia\SyliusSchedulerCommandPlugin\Checker\EveryMinuteIsDueChecker
andSynolia\SyliusSchedulerCommandPlugin\Checker\SoftLimitThresholdIsDueChecker
has been modified, a new argument has been added :public function __construct( // ... private ?DateTimeProviderInterface $dateTimeProvider = null, )