Skip to content

Commit affbf64

Browse files
committed
Clarify syslog facility usage
1 parent 2a3b1db commit affbf64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DependencyInjection/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,15 @@
114114
*
115115
* - syslog:
116116
* - ident: string
117-
* - [facility]: defaults to LOG_USER
117+
* - [facility]: defaults to 'user', use any of the LOG_* facility constant but without LOG_ prefix, e.g. user for LOG_USER
118118
* - [logopts]: defaults to LOG_PID
119119
* - [level]: level name or int value, defaults to DEBUG
120120
* - [bubble]: bool, defaults to true
121121
*
122122
* - syslogudp:
123123
* - host: syslogd host name
124124
* - [port]: defaults to 514
125-
* - [facility]: defaults to LOG_USER
125+
* - [facility]: defaults to 'user', use any of the LOG_* facility constant but without LOG_ prefix, e.g. user for LOG_USER
126126
* - [logopts]: defaults to LOG_PID
127127
* - [level]: level name or int value, defaults to DEBUG
128128
* - [bubble]: bool, defaults to true

0 commit comments

Comments
 (0)