Merge pull request 'Added app logs clear command logic on console' (#324) from ranjith-dev into master
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Reviewed-on: #324
This commit was merged in pull request #324.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user