add level

This commit is contained in:
Taylor Otwell 2018-09-06 08:23:57 -05:00
parent 371bc94673
commit 22d37a53ff
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@
'papertrail' => [
'driver' => 'monolog',
'level' => 'debug',
'handler' => SyslogUdpHandler::class,
'handler_with' => [
'host' => env('PAPERTRAIL_URL'),