Mercurial > p > roundup > code
comparison doc/tracker_config.txt @ 8493:d0dfb4085e94
doc: update tracker_config.txt. add format logging option and update docs on convert_htmltotext
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 15 Dec 2025 00:10:24 -0500 |
| parents | 520075b29474 |
| children |
comparison
equal
deleted
inserted
replaced
| 8492:166cb2632315 | 8493:d0dfb4085e94 |
|---|---|
| 865 # If above 'config' option is set, this option has no effect. | 865 # If above 'config' option is set, this option has no effect. |
| 866 # Allowed values: DEBUG, INFO, WARNING, ERROR | 866 # Allowed values: DEBUG, INFO, WARNING, ERROR |
| 867 # Default: ERROR | 867 # Default: ERROR |
| 868 level = ERROR | 868 level = ERROR |
| 869 | 869 |
| 870 # Format of the logging messages with all '%' signs | |
| 871 # doubled so they are not interpreted by the config file. | |
| 872 # Allowed value: Python LogRecord attribute named formats with % *sign doubled*. | |
| 873 # Also you can include the following attributes: | |
| 874 # %%(trace_id)s %%(trace_reason)s and %%(pct_char)s | |
| 875 # Default: %%(asctime)s %%(trace_id)s %%(levelname)s %%(message)s | |
| 876 format = %%(asctime)s %%(trace_id)s %%(levelname)s %%(message)s | |
| 877 | |
| 870 # If set to yes, only the loggers configured in this section will | 878 # If set to yes, only the loggers configured in this section will |
| 871 # be used. Yes will disable gunicorn's --access-logfile. | 879 # be used. Yes will disable gunicorn's --access-logfile. |
| 872 # | 880 # |
| 873 # Allowed values: yes, no | 881 # Allowed values: yes, no |
| 874 # Default: no | 882 # Default: no |
| 1113 # If an email has only text/html parts, use this module | 1121 # If an email has only text/html parts, use this module |
| 1114 # to convert the html to text. Choose from beautifulsoup 4, | 1122 # to convert the html to text. Choose from beautifulsoup 4, |
| 1115 # justhtml, dehtml - (internal code), or none to disable | 1123 # justhtml, dehtml - (internal code), or none to disable |
| 1116 # conversion. If 'none' is selected, email without a text/plain | 1124 # conversion. If 'none' is selected, email without a text/plain |
| 1117 # part will be returned to the user with a message. If | 1125 # part will be returned to the user with a message. If |
| 1118 # beautifulsoup is selected but not installed dehtml will | 1126 # beautifulsoup or justhtml is selected but not installed |
| 1119 # be used instead. | 1127 # dehtml will be used instead. |
| 1120 # Allowed values: beautifulsoup, justhtml, dehtml, none | 1128 # Allowed values: beautifulsoup, justhtml, dehtml, none |
| 1121 # Default: none | 1129 # Default: none |
| 1122 convert_htmltotext = none | 1130 convert_htmltotext = none |
| 1123 | 1131 |
| 1124 # When handling emails ignore the Resent-From:-header | 1132 # When handling emails ignore the Resent-From:-header |
