Added webhook to capture incoming webhooks

This commit is contained in:
2023-05-06 21:48:46 +10:00
parent 013bb632d3
commit a32e8e9d05
3 changed files with 23 additions and 2 deletions

View File

@@ -54,6 +54,12 @@ return [
'days' => 14,
],
'webhook' => [
'driver' => 'daily',
'path' => storage_path('logs/webhook.log'),
'level' => env('LOG_LEVEL', 'debug'),
],
'slack' => [
'driver' => 'slack',
'url' => env('LOG_SLACK_WEBHOOK_URL'),