add level
This commit is contained in:
parent
371bc94673
commit
22d37a53ff
|
@ -62,6 +62,7 @@
|
|||
|
||||
'papertrail' => [
|
||||
'driver' => 'monolog',
|
||||
'level' => 'debug',
|
||||
'handler' => SyslogUdpHandler::class,
|
||||
'handler_with' => [
|
||||
'host' => env('PAPERTRAIL_URL'),
|
||||
|
|
Loading…
Reference in New Issue