mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Documentation formatting
This commit is contained in:
parent
1f7d3429c2
commit
5d13659f0e
@ -1083,12 +1083,13 @@ class SyslogTo(Setting):
|
|||||||
desc = """\
|
desc = """\
|
||||||
Address to send syslog messages.
|
Address to send syslog messages.
|
||||||
|
|
||||||
Adress are a string of the form:
|
Address is a string of the form:
|
||||||
- 'unix://PATH#TYPE' : for unix domain socket. TYPE can be 'stream'
|
|
||||||
for the stream driver or 'dgram' for the dgram driver. 'stream' is
|
* 'unix://PATH#TYPE' : for unix domain socket. TYPE can be 'stream'
|
||||||
the default.
|
for the stream driver or 'dgram' for the dgram driver.
|
||||||
- 'udp://HOST:PORT' : for UDP sockets
|
'stream' is the default.
|
||||||
- 'tcp://HOST:PORT' : for TCP sockets
|
* 'udp://HOST:PORT' : for UDP sockets
|
||||||
|
* 'tcp://HOST:PORT' : for TCP sockets
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user