Specify facility in the syslog driver config (#6130)
This commit is contained in:
parent
a337b99dfb
commit
22df611a2f
|
@ -102,6 +102,7 @@
|
||||||
'syslog' => [
|
'syslog' => [
|
||||||
'driver' => 'syslog',
|
'driver' => 'syslog',
|
||||||
'level' => env('LOG_LEVEL', 'debug'),
|
'level' => env('LOG_LEVEL', 'debug'),
|
||||||
|
'facility' => LOG_USER,
|
||||||
],
|
],
|
||||||
|
|
||||||
'errorlog' => [
|
'errorlog' => [
|
||||||
|
|
Loading…
Reference in New Issue