logFilefield must be renamed tologFilePrefixand 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\EveryMinuteIsDueCheckerandSynolia\SyliusSchedulerCommandPlugin\Checker\SoftLimitThresholdIsDueCheckerhas been modified, a new argument has been added :public function __construct( // ... private ?DateTimeProviderInterface $dateTimeProvider = null, )