12-05-2026 Frontend dev
This commit is contained in:
parent
405df0a122
commit
5b8bdf4182
779 changed files with 480564 additions and 6241 deletions
|
|
@ -73,6 +73,14 @@ return [
|
|||
'replace_placeholders' => true,
|
||||
],
|
||||
|
||||
'admin_slow' => [
|
||||
'driver' => 'daily',
|
||||
'path' => storage_path('logs/admin-slow.log'),
|
||||
'level' => env('ADMIN_SLOW_REQUEST_LOG_LEVEL', 'warning'),
|
||||
'days' => env('ADMIN_SLOW_REQUEST_LOG_DAYS', 14),
|
||||
'replace_placeholders' => true,
|
||||
],
|
||||
|
||||
'slack' => [
|
||||
'driver' => 'slack',
|
||||
'url' => env('LOG_SLACK_WEBHOOK_URL'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue