Mercurial > p > roundup > code
comparison roundup/configuration.py @ 5956:1cfd52dee91b
Fix doc typo.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 24 Oct 2019 20:43:21 -0400 |
| parents | 94c415c7cd36 |
| children | 98a8509ce45c |
comparison
equal
deleted
inserted
replaced
| 5955:5dca9925e8a6 | 5956:1cfd52dee91b |
|---|---|
| 1031 "Minimal severity level of messages written to log file.\n" | 1031 "Minimal severity level of messages written to log file.\n" |
| 1032 "If above 'config' option is set, this option has no effect.\n" | 1032 "If above 'config' option is set, this option has no effect.\n" |
| 1033 "Allowed values: DEBUG, INFO, WARNING, ERROR"), | 1033 "Allowed values: DEBUG, INFO, WARNING, ERROR"), |
| 1034 (BooleanOption, "disable_loggers", "no", | 1034 (BooleanOption, "disable_loggers", "no", |
| 1035 "If set to yes, only the loggers configured in this section will\n" | 1035 "If set to yes, only the loggers configured in this section will\n" |
| 1036 "be used. Yes will disable gunicorn's --access-log.\n"), | 1036 "be used. Yes will disable gunicorn's --access-logfile.\n"), |
| 1037 )), | 1037 )), |
| 1038 ("mail", ( | 1038 ("mail", ( |
| 1039 (Option, "domain", NODEFAULT, | 1039 (Option, "domain", NODEFAULT, |
| 1040 "The email domain that admin_email, issue_tracker and\n" | 1040 "The email domain that admin_email, issue_tracker and\n" |
| 1041 "dispatcher_email belong to.\n" | 1041 "dispatcher_email belong to.\n" |
