Added app logs clear command logic on console #324

Merged
jothi merged 1 commits from ranjith-dev into master 2026-02-10 06:59:54 +00:00

View File

@@ -16,6 +16,10 @@ Schedule::command('model:prune --pretend')// , ['--model' => WeightValidation::c
->dailyAt('07:00')
->emailOutputTo(['digitalmanufacturingiiot@gmail.com', 'jothikumar.padmanaban@cripumps.com'], true);
Schedule::command('app:log-clear')// , ['--model' => WeightValidation::class]
->description('Clear API Logs From Server ('.env('APP_URL').')')
->daily(); // ->dailyAt('07:30')
// app()->booted(function () {
// $schedule = app(Schedule::class);