Skip to content

Commit 75a5450

Browse files
authored
Improve markdown for rendering on Github
1 parent edfbe4b commit 75a5450

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/authproc_fticks.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ The filter supports the following configuration options:
3030

3131
`logdest`
3232
: 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.
3838
3939
`logconfig`
4040
: 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]_
4646
4747
Examples
4848
--------

0 commit comments

Comments
 (0)