diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index a65839a6709..2f0ba3858a4 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -11667,6 +11667,26 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' + + trace_connection_negotiation (boolean) + + trace_connection_negotiation configuration parameter + + + + + If on, log information about encryption negotiation packets for + each client connection. This can be useful for debugging + client connectivity issues from the server side. The log messages do + not contain sensitive information like encryption keys. + + + This parameter can only be set in the + postgresql.conf file or on the server command line. + + + + trace_notify (boolean)