Skip when error in parsing log file
This commit is contained in:
@ -4,6 +4,7 @@ use Psr\Container\ContainerInterface;
|
||||
return [
|
||||
ProVM\Common\Service\Logs::class => function(ContainerInterface $container) {
|
||||
return new ProVM\Common\Service\Logs(
|
||||
$container->get(Psr\Log\LoggerInterface::class),
|
||||
$container->get('logs_folder')
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user