pmem / pmdk

Persistent Memory Development Kit
https://pmem.io
Other
1.35k stars 510 forks source link

common: introduce logging level HARK #6020

Closed grom72 closed 9 months ago

grom72 commented 9 months ago

CORE_LOG_HARK together with CORE_LOG_LEVEL_HARK are used for messages that should always be visible in the logging system like library version number, Valgrind compilation status and other basic library information.


This change is Reviewable

codecov[bot] commented 9 months ago

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (8ff6a12) 70.06% compared to head (2acd889) 70.03%.

:exclamation: Current head 2acd889 differs from pull request most recent head 2836433. Consider uploading reports for the commit 2836433 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6020 +/- ## ========================================== - Coverage 70.06% 70.03% -0.03% ========================================== Files 133 133 Lines 19570 19562 -8 Branches 3266 3263 -3 ========================================== - Hits 13711 13701 -10 - Misses 5859 5861 +2 ```