Browse Source

add level

Taylor Otwell 5 years ago
parent
commit
22d37a53ff
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/logging.php

+ 1 - 0
config/logging.php

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