mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Document proxy logging control.
(This was added in 7c65b9c57.)
This commit is contained in:
parent
b14c3443d3
commit
33f4c8303f
2
config.c
2
config.c
@ -2122,7 +2122,7 @@ void setup_config_box(struct controlbox *b, int midsession,
|
||||
|
||||
ctrl_radiobuttons(s, "Print proxy diagnostics "
|
||||
"in the terminal window", 'r', 5,
|
||||
HELPCTX(proxy_main),
|
||||
HELPCTX(proxy_logging),
|
||||
conf_radiobutton_handler,
|
||||
I(CONF_proxy_log_to_term),
|
||||
"No", I(FORCE_OFF),
|
||||
|
@ -2103,6 +2103,25 @@ port. Note that if you do not include the \c{%user} or \c{%pass}
|
||||
tokens in the Telnet command, then the \q{Username} and \q{Password}
|
||||
configuration fields will be ignored.
|
||||
|
||||
\S{config-proxy-logging} Controlling \i{proxy logging}
|
||||
|
||||
\cfg{winhelp-topic}{proxy.logging}
|
||||
|
||||
Often the proxy interaction has its own diagnostic output; this is
|
||||
particularly the case for local proxy commands.
|
||||
|
||||
The setting \q{Print proxy diagnostics in the terminal window} lets
|
||||
you control how much of the proxy's diagnostics are printed to the main
|
||||
terminal window, along with output from your main session.
|
||||
|
||||
By default (\q{No}), proxy diagnostics are only sent to the Event Log;
|
||||
with \q{Yes} they are also printed to the terminal, where they may get
|
||||
mixed up with your main session. \q{Only until session starts} is a
|
||||
compromise; proxy messages will go to the terminal window until the main
|
||||
session is deemed to have started (in a protocol-dependent way), which
|
||||
is when they're most likely to be interesting; any further proxy-related
|
||||
messages during the session will only go to the Event Log.
|
||||
|
||||
\H{config-telnet} The \i{Telnet} panel
|
||||
|
||||
The Telnet panel allows you to configure options that only apply to
|
||||
|
@ -867,3 +867,8 @@ saved sessions from
|
||||
\IM{Windows process ACL} Windows process ACL
|
||||
\IM{Windows process ACL} process ACL (Windows)
|
||||
\IM{Windows process ACL} ACL, process (Windows)
|
||||
|
||||
\IM{proxy logging} proxy logging
|
||||
\IM{proxy logging} logging, proxy
|
||||
\IM{proxy logging} diagnostic, proxy
|
||||
\IM{proxy logging} standard error, proxy
|
||||
|
@ -87,6 +87,7 @@
|
||||
#define WINHELP_CTX_proxy_dns "proxy.dns:config-proxy-dns"
|
||||
#define WINHELP_CTX_proxy_auth "proxy.auth:config-proxy-auth"
|
||||
#define WINHELP_CTX_proxy_command "proxy.command:config-proxy-command"
|
||||
#define WINHELP_CTX_proxy_logging "proxy.logging:config-proxy-logging"
|
||||
#define WINHELP_CTX_telnet_environ "telnet.environ:config-environ"
|
||||
#define WINHELP_CTX_telnet_oldenviron "telnet.oldenviron:config-oldenviron"
|
||||
#define WINHELP_CTX_telnet_passive "telnet.passive:config-ptelnet"
|
||||
|
Loading…
Reference in New Issue
Block a user