From 37cc797f2f1b5487bc239f66110729e01c239012 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Fri, 17 May 2024 13:29:49 +0200 Subject: [PATCH] sched --- app/Console/Kernel.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 6531f1dd..c9abf9ec 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -25,6 +25,8 @@ class Kernel extends ConsoleKernel */ protected function schedule(Schedule $schedule) { + + Log::info('Controllo schedule...'); // $schedule->command('inspire')->hourly(); $schedule->command('backup:clean')->daily()->at('02:00')->before(function () { Log::info('Running backup:clean command');