diff options
author | Péter Dimitrov <[email protected]> | 2019-02-25 08:53:14 +0100 |
---|---|---|
committer | Péter Dimitrov <[email protected]> | 2019-02-25 08:53:14 +0100 |
commit | b3dbf45fdbe8c584c89b5e061f6e9a28a5d3ea86 (patch) | |
tree | 6461741080ff1980dd2ecc58d21f6a4c86906f12 /lib/ssl/doc/src/ssl.xml | |
parent | 731b26b719415057d072546fcdabacf003c9e6c8 (diff) | |
parent | a7a19b03bfde9b44e23c199af5d3ecdf1f9ab996 (diff) | |
download | otp-b3dbf45fdbe8c584c89b5e061f6e9a28a5d3ea86.tar.gz otp-b3dbf45fdbe8c584c89b5e061f6e9a28a5d3ea86.tar.bz2 otp-b3dbf45fdbe8c584c89b5e061f6e9a28a5d3ea86.zip |
Merge branch 'peterdmv/ssl/dtls_logging'
* peterdmv/ssl/dtls_logging:
ssl: Add debug logging for DTLS
Change-Id: I83bf117c6c3428c57010e0e581775dd941fc829a
Diffstat (limited to 'lib/ssl/doc/src/ssl.xml')
-rw-r--r-- | lib/ssl/doc/src/ssl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index bd963e8148..a2dd1f29b7 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -641,8 +641,8 @@ fun(srp, Username :: string(), UserState :: term()) -> <datatype> <name name="logging_level"/> <desc><p>Specifies the log level for TLS/DTLS. At verbosity level <c>notice</c> and above error reports are - displayed in TLS. The level <c>debug</c> triggers verbose logging of TLS protocol - messages and logging of ignored alerts in DTLS.</p> + displayed in TLS/DTLS. The level <c>debug</c> triggers verbose logging of TLS/DTLS protocol + messages.</p> </desc> </datatype> |