We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I cant seem to get tracing logs for either stdout or with lttng. Followed the guide here.
https://github.com/microsoft/msquic/blob/main/docs/Diagnostics.md
any advice would be appreciated.
No response
main
Latest release
stdout logs and more verbose startup details mainly around TLS certs.
I don't see any stdout from debugging other than my own.
The text was updated successfully, but these errors were encountered:
If you correct configure stdout logging, when you do a cmake generate, you should see this output line:
elseif (QUIC_LOGGING_TYPE STREQUAL "stdout") message(STATUS "Configuring for stdout logging") # <---- HERE list(APPEND QUIC_COMMON_DEFINES QUIC_EVENTS_STDOUT QUIC_LOGS_STDOUT) endif()
I don't see that in your output above. Is it because there is a space between the D and everything else?
D
Sorry, something went wrong.
Modified my portfile and recompiled the library with vcpkg. Makes more sense, thanks for pointing that out.
No branches or pull requests
Describe the bug
I cant seem to get tracing logs for either stdout or with lttng. Followed the guide here.
https://github.com/microsoft/msquic/blob/main/docs/Diagnostics.md
any advice would be appreciated.
Affected OS
Additional OS information
No response
MsQuic version
main
Steps taken to reproduce bug
Latest release
Expected behavior
stdout logs and more verbose startup details mainly around TLS certs.
Actual outcome
I don't see any stdout from debugging other than my own.
Additional details
No response
The text was updated successfully, but these errors were encountered: