Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add log levels, new log framework, verbosity #93

Merged
merged 2 commits into from Jan 19, 2020
Merged

Conversation

jthomperoo
Copy link
Owner

Resolves #90

@codecov
Copy link

codecov bot commented Jan 19, 2020

Codecov Report

Merging #93 into master will increase coverage by 0.9%.
The diff coverage is 86.04%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #93     +/-   ##
=========================================
+ Coverage   95.74%   96.64%   +0.9%     
=========================================
  Files          10       10             
  Lines         329      358     +29     
=========================================
+ Hits          315      346     +31     
+ Misses          8        6      -2     
  Partials        6        6
Flag Coverage Δ
#unittests 96.64% <86.04%> (+0.9%) ⬆️
Impacted Files Coverage Δ
config/config.go 100% <ø> (ø) ⬆️
api/api.go 91.66% <0%> (+2.47%) ⬆️
scaler/scaler.go 100% <100%> (ø) ⬆️
evaluate/evaluate.go 88.23% <83.33%> (+4.9%) ⬆️
metric/metric.go 95.12% <85.71%> (+0.83%) ⬆️

@jthomperoo jthomperoo merged commit eb5a102 into master Jan 19, 2020
@jthomperoo jthomperoo deleted the expand_logging branch January 19, 2020 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expand logging with logging framework, severity and verbosity, configurable as CPA config
1 participant