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

refactor(logs): improve admission controller logs #30

Merged
merged 2 commits into from
Jul 30, 2022

Conversation

yonatankahana
Copy link
Member

improve existing logs and add verbose logs for debugging. the verbose logger can be enabled with helm (--set verbose=true)

@yonatankahana yonatankahana added the area/admission Admission controller area label Jul 30, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jul 30, 2022

Codecov Report

Merging #30 (fe21faf) into master (9fd68f6) will increase coverage by 0.25%.
The diff coverage is 61.90%.

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
+ Coverage   74.53%   74.79%   +0.25%     
==========================================
  Files           5        5              
  Lines         593      603      +10     
==========================================
+ Hits          442      451       +9     
- Misses        117      118       +1     
  Partials       34       34              
Impacted Files Coverage Δ
pkg/admission/server.go 16.66% <0.00%> (-0.58%) ⬇️
pkg/version/version.go 88.88% <ø> (ø)
pkg/admission/admission.go 63.63% <63.41%> (+1.73%) ⬆️

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 9fd68f6...fe21faf. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/admission Admission controller area
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants