diff options
author | Filip Krzywka <filip.krzywka@nokia.com> | 2018-12-20 10:27:59 +0100 |
---|---|---|
committer | Filip Krzywka <filip.krzywka@nokia.com> | 2018-12-20 12:17:31 +0100 |
commit | 0632c60c2a0eb0800a709e3e2e2917f7e25c3e36 (patch) | |
tree | 93fb99403ccca822c30589d60e44cef63e4fbda3 /docs/sections | |
parent | b80b54a4132c33a19ad7cfd2e8e3af6f25a310fc (diff) |
Update HV-VES documentation
Add information about ability to change HV-VES logging level from
command line
Change-Id: Iff1168b6a30be20ef3cf237b244585bafdc824a4
Issue-ID: DCAEGEN2-1045
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
Diffstat (limited to 'docs/sections')
-rw-r--r-- | docs/sections/services/ves-hv/deployment.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/sections/services/ves-hv/deployment.rst b/docs/sections/services/ves-hv/deployment.rst index 55529061..054523bb 100644 --- a/docs/sections/services/ves-hv/deployment.rst +++ b/docs/sections/services/ves-hv/deployment.rst @@ -56,6 +56,10 @@ Optional configuration parameters: +-----------------------+------------+----------------------------+----------+-----+-----------------+-------------------------------------------------------+ | max-payload-size | m | VESHV_MAX_PAYLOAD_SIZE | no | yes | 1048576 (1 MiB) | Maximum supported payload size in bytes | +-----------------------+------------+----------------------------+----------+-----+-----------------+-------------------------------------------------------+ +| log-level | ll | VESHV_LOG_LEVEL | no | yes | INFO | Log level on which HV-VES publishes all log messages | +| | | | | | | Valid argument values are (case insensitive): ERROR, | +| | | | | | | WARN, INFO, DEBUG, TRACE. | ++-----------------------+------------+----------------------------+----------+-----+-----------------+-------------------------------------------------------+ As part of experimental API if you do not specify `ssl-disable` flag, there is need to specify additional parameters for security configuration. |