python-fints icon indicating copy to clipboard operation
python-fints copied to clipboard

Add configuration and code to opt-in to reduced logging.

Open henryk opened this issue 4 years ago • 1 comments

Currently this strips all the boilerplate prefix and suffix from the packet dump in FinTSHTTPSConnection.send(), only showing the net payload.

henryk avatar Aug 24 '20 12:08 henryk

Codecov Report

Merging #117 into master will decrease coverage by 0.17%. The diff coverage is 71.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #117      +/-   ##
==========================================
- Coverage   87.48%   87.30%   -0.18%     
==========================================
  Files          23       23              
  Lines        3117     3144      +27     
==========================================
+ Hits         2727     2745      +18     
- Misses        390      399       +9     
Impacted Files Coverage Δ
fints/utils.py 62.17% <68.75%> (+0.49%) :arrow_up:
fints/connection.py 86.48% <75.00%> (-9.67%) :arrow_down:

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 e11388b...420aa9b. Read the comment docs.

codecov[bot] avatar Aug 24 '20 12:08 codecov[bot]