We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2dbbaf commit aed682eCopy full SHA for aed682e
config/logging.php
@@ -78,10 +78,11 @@
78
'papertrail' => [
79
'driver' => 'monolog',
80
'level' => env('LOG_LEVEL', 'debug'),
81
- 'handler' => SyslogUdpHandler::class,
+ 'handler' => env('LOG_PAPERTRAIL_HANDLER', SyslogUdpHandler::class),
82
'handler_with' => [
83
'host' => env('PAPERTRAIL_URL'),
84
'port' => env('PAPERTRAIL_PORT'),
85
+ 'connectionString' => 'tls://'.env('PAPERTRAIL_URL').':'.env('PAPERTRAIL_PORT'),
86
],
87
88
0 commit comments