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

View File

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