summaryrefslogtreecommitdiff
path: root/lib/ssh/doc/src
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 13:17:43 +0200
commit9f26799f513214e6cb436d884da02882368f6b08 (patch)
tree9a809ba00dccb8f47ec96ae46362e25a8c9e83ac /lib/ssh/doc/src
parent4ed7957623e5ccbd420a09a506bd6bc9930fe93c (diff)
downloaderlang-9f26799f513214e6cb436d884da02882368f6b08.tar.gz
ssh: Introduce option max_log_item_len
Diffstat (limited to 'lib/ssh/doc/src')
-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"/>