diff --git a/Service/CommandSchedulerExecution.php b/Service/CommandSchedulerExecution.php index e6cc9d5..c46d3e0 100644 --- a/Service/CommandSchedulerExecution.php +++ b/Service/CommandSchedulerExecution.php @@ -74,7 +74,7 @@ private function getLog( // log into a file try{ $logOutput = new StreamOutput( - fopen( + @fopen( $this->logPath.u($scheduledCommand->getLogFile())->ensureEnd('.log'), 'ab', false