Skip to content

Commit

Permalink
feat: add new logging stack for papertrail+errorlog (#5166)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored May 4, 2021
1 parent 1f4c4c4 commit 744efb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/logging.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
'driver' => 'stack',
'channels' => ['papertrail', 'syslog'],
],
'papertrailerrorlog' => [
'driver' => 'stack',
'channels' => ['papertrail', 'errorlog'],
],
'papertrail' => [
'driver' => 'monolog',
'level' => 'debug',
Expand Down

0 comments on commit 744efb0

Please sign in to comment.