You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/authproc_fticks.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,19 +30,19 @@ The filter supports the following configuration options:
30
30
31
31
`logdest`
32
32
: Destination for F-ticks logs. Must be one of the following options:
33
-
* `simplesamlphp` - use SimpleSAMLphp's built-in logging mechanism (this is the default).
34
-
* `local` - log using the PHP [syslog](http://php.net/manual/en/function.syslog.php) functions, potentially avoiding some of the extra information SimpleSAMLphp includes in logs.
35
-
* `remote` - log to a remote RFC 5424 syslog server using UDP.
36
-
* `errorlog` - log using PHP's [error_log](http://php.net/manual/en/function.error-log.php) function, probably into the web server logs.
37
-
* `stdout` - write to standard out, primarily for debugging.
33
+
>*`simplesamlphp` - use SimpleSAMLphp's built-in logging mechanism (this is the default).
34
+
>*`local` - log using the PHP [syslog](http://php.net/manual/en/function.syslog.php) functions, potentially avoiding some of the extra information SimpleSAMLphp includes in logs.
35
+
>*`remote` - log to a remote RFC 5424 syslog server using UDP.
36
+
>*`errorlog` - log using PHP's [error_log](http://php.net/manual/en/function.error-log.php) function, probably into the web server logs.
37
+
>*`stdout` - write to standard out, primarily for debugging.
38
38
39
39
`logconfig`
40
40
: An array of configuration options for the logging method. The exact values supported depend on the specific `logdest`, but the following are understood:
41
-
* `priority` - the syslog priority or severity as a PHP constant, defaulting to `LOG_INFO`. _[local, remote]_
42
-
* `facility` - the syslog facility, defaulting to `logging.facility` from the main config. _[local, remote]_
43
-
* `processname` - the syslog process name, defaulting to `logging.processname` from the main config. _[local, remote]_
44
-
* `host` - the hostname of the remote syslog server, defaulting to `localhost`. _[remote]_
45
-
* `port` - the port of the remote syslog server, defaulting to `514`. _[remote]_
41
+
>*`priority` - the syslog priority or severity as a PHP constant, defaulting to `LOG_INFO`. _[local, remote]_
42
+
>*`facility` - the syslog facility, defaulting to `logging.facility` from the main config. _[local, remote]_
43
+
>*`processname` - the syslog process name, defaulting to `logging.processname` from the main config. _[local, remote]_
44
+
>*`host` - the hostname of the remote syslog server, defaulting to `localhost`. _[remote]_
45
+
>*`port` - the port of the remote syslog server, defaulting to `514`. _[remote]_
0 commit comments