tpm2-software / tpm2-totp

Attest the trustworthiness of a device against a human using time-based one-time passwords
https://tpm2-software.github.io
BSD 3-Clause "New" or "Revised" License
163 stars 36 forks source link

dist: remove TSS2_LOG=tcti+error #56

Closed diabonas closed 5 years ago

diabonas commented 5 years ago

Since tpm2-tss 2.3.0 (https://github.com/tpm2-software/tpm2-tss/commit/727fc47ea15941c29bac993c39fb1d2e5987f9ac) messages about missing TCTI libraries like libtss2-tcti-default.so have log level DEBUG and are therefore hidden from the logging output by default, hence we can remove our custom log level setting. Since #53 we only support tpm2-tss>=2.3 anyway, so backwards compatibility is not a concern here.

codecov[bot] commented 5 years ago

Codecov Report

Merging #56 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #56   +/-   ##
======================================
  Coverage    83.5%   83.5%           
======================================
  Files           4       4           
  Lines         758     758           
======================================
  Hits          633     633           
  Misses        125     125

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 04b48e5...9e7a016. Read the comment docs.