Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Added a note on activating HAICRYPT logging #2529

Merged
merged 4 commits into from
Nov 14, 2022
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/build/build-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,15 @@ When ON, enables logging in the *haicrypt* module, which serves as a connector t
an encryption library. Logging here might be seen as unsafe, therefore this
option is turned OFF by default.

The log corresponds to the `HAICRYPT` functionl area.
Enabling the HAICRYPT logging in the build does not enable the HAICRYPT functional area
in the logging configuration.

Please use the
[`srt_addlogfa(SRT_LOGFA_HAICRYPT)`](../API/API-functions.md#srt_addlogfa)
to enable the HAICRYPT logging via the SRT API.
To enable the logging in `srt-live-transmit` use `--logfa haicrypt`
with combination of the required `--loglevel`.
maxsharabayko marked this conversation as resolved.
Show resolved Hide resolved
maxsharabayko marked this conversation as resolved.
Show resolved Hide resolved

[:arrow_up:   Back to List of Build Options](#list-of-build-options)

Expand Down