Skip to content

Commit 1fd22d1

Browse files
committed
doc: update tracker_config.txt. add format logging option and update docs on convert_htmltotext
1 parent 4bfd32d commit 1fd22d1

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

doc/tracker_config.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,14 @@
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
#
@@ -1115,8 +1123,8 @@
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

0 commit comments

Comments
 (0)