service_retrieve_data

This commit is contained in:
pcalengratha
2026-03-24 16:56:45 +07:00
parent 28bbb46165
commit 801f280ff9
9 changed files with 816 additions and 6 deletions

View File

@@ -94,6 +94,13 @@ return [
'processors' => [PsrLogMessageProcessor::class],
],
'jobs' => [
'driver' => 'daily',
'path' => storage_path('logs/job_run.log'),
'level' => 'debug',
'days' => 60,
],
'stderr' => [
'driver' => 'monolog',
'level' => env('LOG_LEVEL', 'debug'),