added honeypot
This commit is contained in:
@@ -127,6 +127,13 @@ return [
|
||||
'path' => storage_path('logs/laravel.log'),
|
||||
],
|
||||
|
||||
'honeypot' => [
|
||||
'driver' => 'single',
|
||||
'path' => storage_path('logs/honeypot.log'),
|
||||
'level' => env('LOG_LEVEL', 'debug'),
|
||||
'replace_placeholders' => true,
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user