File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 867867 # Default: ERROR
868868 level = ERROR
869869
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+
870878 # If set to yes, only the loggers configured in this section will
871879 # be used. Yes will disable gunicorn's --access-logfile.
872880 #
11151123 # justhtml, dehtml - (internal code), or none to disable
11161124 # conversion. If 'none' is selected, email without a text/plain
11171125 # part will be returned to the user with a message. If
1118- # beautifulsoup is selected but not installed dehtml will
1119- # be used instead.
1126+ # beautifulsoup or justhtml is selected but not installed
1127+ # dehtml will be used instead.
11201128 # Allowed values: beautifulsoup, justhtml, dehtml, none
11211129 # Default: none
11221130 convert_htmltotext = none
You can’t perform that action at this time.
0 commit comments