Specify facility in the syslog driver config (#6130)

This commit is contained in:
Nico
2023-02-27 19:37:48 +01:00
committed by GitHub
parent a337b99dfb
commit 22df611a2f

View File

@@ -102,6 +102,7 @@ return [
'syslog' => [
'driver' => 'syslog',
'level' => env('LOG_LEVEL', 'debug'),
'facility' => LOG_USER,
],
'errorlog' => [