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

Logging enhancements. #1809

Merged
merged 7 commits into from
Apr 15, 2024
Merged

Logging enhancements. #1809

merged 7 commits into from
Apr 15, 2024

Conversation

gdamore
Copy link
Contributor

@gdamore gdamore commented Apr 14, 2024

No description provided.

Copy link

codecov bot commented Apr 14, 2024

Codecov Report

Attention: Patch coverage is 83.43949% with 26 lines in your changes are missing coverage. Please review.

Project coverage is 79.35%. Comparing base (9d2ee20) to head (d3dd3a2).

Files Patch % Lines
src/supplemental/tls/mbedtls/tls.c 50.00% 12 Missing ⚠️
src/supplemental/tls/tls_common.c 54.54% 5 Missing ⚠️
src/core/init.c 62.50% 3 Missing ⚠️
src/core/listener.c 80.00% 2 Missing ⚠️
src/core/log.c 90.90% 2 Missing ⚠️
src/core/socket.c 0.00% 1 Missing ⚠️
src/platform/posix/posix_clock.c 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1809      +/-   ##
==========================================
+ Coverage   79.10%   79.35%   +0.25%     
==========================================
  Files          95       95              
  Lines       21225    21328     +103     
==========================================
+ Hits        16790    16925     +135     
+ Misses       4435     4403      -32     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

The realtime clock is not (yet) exposed for user applications, but it
is used for logging timestamps accurately.
This isn't complete, but it should go much further in assisting
debugging TLS related errors.
@gdamore gdamore merged commit b1aaa60 into master Apr 15, 2024
18 checks passed
@gdamore gdamore deleted the gdamore/log/tls branch April 15, 2024 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant