From ae8f9024d8d4fad31457d758022e3186d782929c Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 2 Oct 2018 19:39:55 +0100 Subject: Debug: noutf8 selector. Bug 2324 --- doc/doc-docbook/spec.xfpt | 14 ++++++++++++-- doc/doc-txt/NewStuff | 2 ++ 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 1dfa55228..c84c9b4d1 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -3620,7 +3620,8 @@ are: &<>&) &`lookup `& general lookup code and all lookups &`memory `& memory handling -&`pid `& add pid to debug output lines +&`noutf8 `& modifier: avoid UTF-8 line-drawing +&`pid `& modifier: add pid to debug output lines &`process_info `& setting info for the process log &`queue_run `& queue runs &`receive `& general message reception logic @@ -3628,7 +3629,7 @@ are: &`retry `& retry handling &`rewrite `& address rewriting &`route `& address routing -&`timestamp `& add timestamp to debug output lines +&`timestamp `& modifier: add timestamp to debug output lines &`tls `& TLS logic &`transport `& transports &`uid `& changes of uid/gid and looking up uid/gid @@ -3660,6 +3661,15 @@ The &`timestamp`& selector causes the current time to be inserted at the start of all debug output lines. This can be useful when trying to track down delays in processing. +.new +.cindex debugging "UTF-8 in" +.cindex UTF-8 "in debug output" +The &`noutf8`& selector disables the use of +UTF-8 line-drawing characters to group related information. +When disabled. ascii-art is used instead. +Using the &`+all`& option does not set this modifier, +.wen + If the &%debug_print%& option is set in any driver, it produces output whenever any debugging is selected, or if &%-v%& is used. diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 3f257206b..10461aa05 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -27,6 +27,8 @@ Version 4.92 7. JSON variants of the ${extract } expansion item. + 8. A "noutf8" debug option, for disabling the UTF-8 characters in debug output. + Version 4.91 -------------- -- cgit v1.2.3