diff --git a/config/logging.php b/config/logging.php index 5aa1dbb7..4c3df4ce 100644 --- a/config/logging.php +++ b/config/logging.php @@ -102,6 +102,7 @@ 'syslog' => [ 'driver' => 'syslog', 'level' => env('LOG_LEVEL', 'debug'), + 'facility' => LOG_USER, ], 'errorlog' => [