Skip to content

Commit

Permalink
Fix logging scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
JC5 committed Oct 3, 2021
1 parent e331c10 commit 10f8002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/logging.php
Expand Up @@ -68,7 +68,7 @@
],
'papertrail' => [
'driver' => 'monolog',
'level' => env('LOG_LEVEL', 'debug'),
'level' => envNonEmpty('APP_LOG_LEVEL', 'info'),
'handler' => SyslogUdpHandler::class,
'handler_with' => [
'host' => env('PAPERTRAIL_HOST'),
Expand Down

0 comments on commit 10f8002

Please sign in to comment.