PMCORE-2178 Migrate to queue job - Cron File: cron.php - Activity: emails

This commit is contained in:
Roly Rudy Gutierrez Pinto
2020-09-24 08:00:14 -04:00
committed by Julio Cesar Laura Avendaño
parent 05c99db5c1
commit ca82c81399
6 changed files with 427 additions and 122 deletions

View File

@@ -61,6 +61,14 @@ return [
'level' => 'debug',
'days' => $app->make('config')->get('app.log_max_files', 60),
],
'taskScheduler' => [
'driver' => 'daily',
'tap' => [App\Logging\CustomizeFormatter::class],
'path' => storage_path('logs/taskScheduler.log'),
'level' => 'debug',
'days' => $app->make('config')->get('app.log_max_files', 60),
],
'slack' => [
'driver' => 'slack',