1
0
forked from poc/pds

Merge pull request 'Added app logs clear command logic on console' (#324) from ranjith-dev into master

Reviewed-on: poc/pds#324
This commit is contained in:
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);