auth activity done

This commit is contained in:
2024-01-30 23:28:49 +05:00
parent a093230287
commit b3d9545900
4 changed files with 102 additions and 5 deletions

View File

@@ -127,6 +127,13 @@ return [
'path' => storage_path('logs/laravel.log'),
],
'auth_activity' => [
'driver' => 'single',
'path' => storage_path('logs/auth_activity.log'),
'level' => 'info',
'replace_placeholders' => true,
],
'halkbank_payment_error' => [
'driver' => 'single',
'path' => storage_path('logs/halkbank_payment_error.log'),