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

draft: cleanup logging dependencies #1060

Closed
wants to merge 1 commit into from
Closed

Conversation

Patrik-Stas
Copy link
Contributor

@Patrik-Stas Patrik-Stas commented Nov 12, 2023

Incrementally addressing #1012 (considering file reorg PR)

Outstanding:

  • libvcx_logger should not exists, each top level crate such as libvcx_core, uniffi or backchannel shall setup env logger (or other log macro implementations) themselves.

@codecov-commenter
Copy link

codecov-commenter commented Nov 12, 2023

Codecov Report

Merging #1060 (3c6932f) into main (baf941f) will increase coverage by 0.00%.
The diff coverage is 0.00%.

@@          Coverage Diff          @@
##            main   #1060   +/-   ##
=====================================
  Coverage   0.05%   0.05%           
=====================================
  Files        379     379           
  Lines      20912   20909    -3     
  Branches    3853    3855    +2     
=====================================
  Hits          12      12           
+ Misses     20899   20896    -3     
  Partials       1       1           
Flag Coverage Δ
unittests-aries-vcx 0.05% <0.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
aries_vcx/tests/test_mysql_wallet.rs 4.16% <ø> (+0.16%) ⬆️
tools/libvcx_logger/src/lib.rs 0.00% <0.00%> (ø)

Signed-off-by: Patrik Stas <[email protected]>
@Patrik-Stas Patrik-Stas marked this pull request as ready for review November 13, 2023 12:01
@Patrik-Stas Patrik-Stas changed the title Cleanup logging dependencies draft: Cleanup logging dependencies Nov 26, 2023
@Patrik-Stas Patrik-Stas marked this pull request as draft November 26, 2023 21:35
@Patrik-Stas Patrik-Stas changed the title draft: Cleanup logging dependencies draft: cleanup logging dependencies Nov 29, 2023
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.

3 participants