File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments