added honeypot

This commit is contained in:
2024-04-24 21:41:47 +10:00
parent 4a4b42bed0
commit ea10ead824
5 changed files with 30 additions and 4 deletions

View File

@@ -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,
],
],
];