Skip to content

Commit

Permalink
slack 通知設定
Browse files Browse the repository at this point in the history
  • Loading branch information
okashoi committed Mar 17, 2019
1 parent 89f8765 commit 935f7a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/logging.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'channels' => [
'stack' => [
'driver' => 'stack',
'channels' => ['daily'],
'channels' => ['daily', 'slack'],
'ignore_exceptions' => false,
],

Expand All @@ -59,7 +59,7 @@
'url' => env('LOG_SLACK_WEBHOOK_URL'),
'username' => 'Laravel Log',
'emoji' => ':boom:',
'level' => 'critical',
'level' => 'error',
],

'papertrail' => [
Expand Down

0 comments on commit 935f7a7

Please sign in to comment.