This commit is contained in:
2025-09-10 18:04:26 +05:00
parent e64cf34c90
commit 7ca24207fb
2 changed files with 8 additions and 1 deletions

View File

@@ -161,6 +161,13 @@ return [
'level' => env('LOG_LEVEL', 'error'),
'replace_placeholders' => true,
],
'sber_job' => [
'driver' => 'single',
'path' => storage_path('logs/sber_job.log'),
'level' => env('LOG_LEVEL', 'error'),
'replace_placeholders' => true,
],
],
];