You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I was debugging the source code, I tried to turn on the debug log to assist debugging. However, even though I set the --enable-heavy-logging --enable-logging --enable-debug and other options through cmake during compilation, and used the Debug-build-type to compile my application, I still could not see the printed log information. I would like to ask how can I get the complete debug log?
The text was updated successfully, but these errors were encountered:
The provided applications, srt-live-transmit and srt-test-live need to specify the option; default level is Note, but you can specify e. g. -loglevel debug in the command line. All FA are turned on by default, so you are clear here, might be that you might want to only turn on selected ones.
If you want to set this from an application, you have to call srt_setloglevel(LOG_DEBUG).
When I was debugging the source code, I tried to turn on the debug log to assist debugging. However, even though I set the --enable-heavy-logging --enable-logging --enable-debug and other options through cmake during compilation, and used the Debug-build-type to compile my application, I still could not see the printed log information. I would like to ask how can I get the complete debug log?
The text was updated successfully, but these errors were encountered: