Skip to content

Commit 22df611

Browse files
authored
Specify facility in the syslog driver config (laravel#6130)
1 parent a337b99 commit 22df611

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/logging.php

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
'syslog' => [
103103
'driver' => 'syslog',
104104
'level' => env('LOG_LEVEL', 'debug'),
105+
'facility' => LOG_USER,
105106
],
106107

107108
'errorlog' => [

0 commit comments

Comments
 (0)