Fix logging scope.

This commit is contained in:
James Cole 2021-10-03 12:44:53 +02:00
parent e331c10d7e
commit 10f8002da5
No known key found for this signature in database
GPG Key ID: BDE6667570EADBD5

View File

@ -68,7 +68,7 @@ return [
],
'papertrail' => [
'driver' => 'monolog',
'level' => env('LOG_LEVEL', 'debug'),
'level' => envNonEmpty('APP_LOG_LEVEL', 'info'),
'handler' => SyslogUdpHandler::class,
'handler_with' => [
'host' => env('PAPERTRAIL_HOST'),