ADTRAN / netconf_client

A NETCONF client for Python 3.8+
https://adtran.github.io/netconf_client/
Other
15 stars 18 forks source link

feat(logging): Pretty XML logging with timestamps #3

Closed wburkhardt closed 4 years ago

wburkhardt commented 4 years ago

The scope of the pretty logger is "netconf_client_logger".

codecov-io commented 4 years ago

Codecov Report

Merging #3 into master will increase coverage by 8.79%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #3      +/-   ##
==========================================
+ Coverage   71.97%   80.76%   +8.79%     
==========================================
  Files           8        8              
  Lines         446      520      +74     
  Branches       45       54       +9     
==========================================
+ Hits          321      420      +99     
+ Misses        101       78      -23     
+ Partials       24       22       -2     
Impacted Files Coverage Δ
netconf_client/ncclient.py 100.00% <100.00%> (+26.31%) :arrow_up:

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 cd0319c...1bfeed8. Read the comment docs.