Skip to content

Commit

Permalink
feat: create a new stacked log channel (#5122)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Apr 27, 2021
1 parent c127aa4 commit 71c3789
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 @@ -54,6 +54,10 @@
'emoji' => ':boom:',
'level' => 'critical',
],
'papertrailsyslog' => [
'driver' => 'stack',
'channels' => ['papertrail', 'syslog'],
],
'papertrail' => [
'driver' => 'monolog',
'level' => 'debug',
Expand Down

0 comments on commit 71c3789

Please sign in to comment.