-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Implement log levels #116
Comments
Hello, the most correct way to do this consists in implementing log levels (debug, info, warn, error) and print SDPs and responses if the log level is "debug". |
log levels have been implemented; now SDPs appear into the log when the "logLevel" option is set to "debug". |
added to v0.13.0 |
This issue is being locked automatically because it has been closed for more than 6 months. |
Which version are you using?
v0.12
Enhancement request
Would it be possible to add an option to the config to allow printing of source SDP's into stdout or log file?
This would help with fault finding and confirming that the server and clients are being presented with the expected SDP from encoders.
Thanks.
The text was updated successfully, but these errors were encountered: