Nitrokey / nethsm-pkcs11

PKCS#11 module for NetHSM
Other
36 stars 10 forks source link

Fix log level selection #184

Closed sosthene-nitrokey closed 9 months ago

sosthene-nitrokey commented 9 months ago

In https://github.com/Nitrokey/nethsm-pkcs11/pull/176 I wanted to allow RUST_LOG overriding the config file, but it also made the config file be always ignored when file logging was enabled

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (92f196c) 90.37% compared to head (56358b2) 90.40%.

Files Patch % Lines
pkcs11/src/config/logging.rs 90.47% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #184 +/- ## ========================================== + Coverage 90.37% 90.40% +0.03% ========================================== Files 31 31 Lines 6627 6638 +11 ========================================== + Hits 5989 6001 +12 + Misses 638 637 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.