Merge branch 'master' of https://github.com/renoirfaria/laravel into renoirfaria-master

This commit is contained in:
Taylor Otwell 2018-09-06 08:22:27 -05:00
commit 7b9ab57dd6
1 changed files with 9 additions and 0 deletions

View File

@ -76,6 +76,15 @@
'driver' => 'errorlog',
'level' => 'debug',
],
'papertrail' => [
'driver' => 'monolog',
'handler' => Monolog\Handler\SyslogUdpHandler::class,
'handler_with' => [
'host' => env('PAPERTRAIL_URL'),
'port' => env('PAPERTRAIL_PORT'),
],
],
],
];