auth activity done
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user