This commit is contained in:
2024-10-18 18:05:10 +05:00
parent 45e5b5821d
commit 136f1a698b
2 changed files with 10 additions and 1 deletions

View File

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