summaryrefslogtreecommitdiff
path: root/lib/ssh/doc/src/ssh.xml
diff options
context:
space:
mode:
authorHans Nilsson <hans@erlang.org>2022-05-13 16:20:09 +0200
committerHans Nilsson <hans@erlang.org>2022-05-24 11:28:41 +0200
commit64f2108ddde300be51b8befd03d3b49001c20361 (patch)
tree4d2cf8161775549254cb34eb06c27db2d2cf56e8 /lib/ssh/doc/src/ssh.xml
parentf8b90d63aa7a8f90e410ff9393f2faf8237ea8b0 (diff)
downloaderlang-64f2108ddde300be51b8befd03d3b49001c20361.tar.gz
ssh: Introduce option max_log_item_len
Diffstat (limited to 'lib/ssh/doc/src/ssh.xml')
-rw-r--r--lib/ssh/doc/src/ssh.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml
index b6c84f40b4..f5952aeae9 100644
--- a/lib/ssh/doc/src/ssh.xml
+++ b/lib/ssh/doc/src/ssh.xml
@@ -884,6 +884,15 @@
</datatype>
<datatype>
+ <name name="max_log_item_len_common_option"/>
+ <desc>
+ <p>Sets a limit for the size of a logged item excluding a header.
+ The unit is bytes and the value defaults to 500.
+ </p>
+ </desc>
+ </datatype>
+
+ <datatype>
<name name="rekey_limit_common_option"/>
<name name="limit_bytes"/>
<name name="limit_time"/>