Specify facility in the syslog driver config (#6130)
This commit is contained in:
@@ -102,6 +102,7 @@ return [
|
||||
'syslog' => [
|
||||
'driver' => 'syslog',
|
||||
'level' => env('LOG_LEVEL', 'debug'),
|
||||
'facility' => LOG_USER,
|
||||
],
|
||||
|
||||
'errorlog' => [
|
||||
|
||||
Reference in New Issue
Block a user