File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
352352Address to send syslog messages.
353353
@@ -1148,7 +1148,7 @@ change the worker process user.
11481148Switch worker process to run as this group.
11491149
11501150A 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
11521152change 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
17721772After receiving a restart signal, workers have this much time to finish
17731773serving requests. Workers still alive after the timeout (starting from
You can’t perform that action at this time.
0 commit comments