Skip to content

Commit ca278d2

Browse files
committed
Update auto-generated settings.rst documentation
1 parent 3b16e42 commit ca278d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/settings.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ Format: https://docs.python.org/3/library/logging.config.html#logging.config.jso
347347

348348
**Command line:** ``--log-syslog-to SYSLOG_ADDR``
349349

350-
**Default:** ``'udp://localhost:514'``
350+
**Default:** ``'unix:///var/run/syslog'``
351351

352352
Address to send syslog messages.
353353

@@ -1148,7 +1148,7 @@ change the worker process user.
11481148
Switch worker process to run as this group.
11491149

11501150
A valid group id (as an integer) or the name of a user that can be
1151-
retrieved with a call to ``pwd.getgrnam(value)`` or ``None`` to not
1151+
retrieved with a call to ``grp.getgrnam(value)`` or ``None`` to not
11521152
change the worker processes group.
11531153

11541154
.. _umask:
@@ -1767,7 +1767,7 @@ single request.
17671767

17681768
**Default:** ``30``
17691769

1770-
Timeout for graceful workers restart.
1770+
Timeout for graceful workers restart in seconds.
17711771

17721772
After receiving a restart signal, workers have this much time to finish
17731773
serving requests. Workers still alive after the timeout (starting from

0 commit comments

Comments
 (0)