hermannpencole / nifi-config

Automatically deploy and configure Template on Nifi
Apache License 2.0
55 stars 39 forks source link

Added 'enableDebugMode' flag to activate library API debug logging #10

Closed bbossola-tesco closed 7 years ago

bbossola-tesco commented 7 years ago

Simple change: the nifi-config now allows to specify "enableDebugMode" in order to put the ApiClient in debugging mode. This is particularly useful (at least here) to understand what's going on when some API calls appear to not be working.

codecov[bot] commented 7 years ago

Codecov Report

Merging #10 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
+ Coverage   87.22%   87.26%   +0.04%     
==========================================
  Files          14       14              
  Lines         540      542       +2     
  Branches       68       68              
==========================================
+ Hits          471      473       +2     
  Misses         55       55              
  Partials       14       14
Impacted Files Coverage Δ
...va/com/github/hermannpencole/nifi/config/Main.java 92.85% <100%> (+0.17%) :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 0e98af4...ca13db3. Read the comment docs.