diff options
author | Hans Nilsson <hans@erlang.org> | 2022-05-13 16:20:09 +0200 |
---|---|---|
committer | Hans Nilsson <hans@erlang.org> | 2022-05-24 13:17:43 +0200 |
commit | 9f26799f513214e6cb436d884da02882368f6b08 (patch) | |
tree | 9a809ba00dccb8f47ec96ae46362e25a8c9e83ac /lib/ssh/doc/src | |
parent | 4ed7957623e5ccbd420a09a506bd6bc9930fe93c (diff) | |
download | erlang-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.xml | 9 |
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"/> |