From 22df611a2fe1e95e262643382d583ee0dbbca360 Mon Sep 17 00:00:00 2001 From: Nico <3315078+nicolus@users.noreply.github.com> Date: Mon, 27 Feb 2023 19:37:48 +0100 Subject: [PATCH] Specify facility in the syslog driver config (#6130) --- config/logging.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/logging.php b/config/logging.php index 5aa1dbb78..4c3df4ce1 100644 --- a/config/logging.php +++ b/config/logging.php @@ -102,6 +102,7 @@ return [ 'syslog' => [ 'driver' => 'syslog', 'level' => env('LOG_LEVEL', 'debug'), + 'facility' => LOG_USER, ], 'errorlog' => [