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

feat: Made all log statements adhering to GELF format #259

Merged
merged 3 commits into from
Oct 8, 2022
Merged

Conversation

dadrus
Copy link
Owner

@dadrus dadrus commented Oct 8, 2022

closes #151

@codecov
Copy link

codecov bot commented Oct 8, 2022

Codecov Report

Merging #259 (8696763) into main (ac7bebb) will decrease coverage by 0.05%.
The diff coverage is 81.25%.

@@            Coverage Diff             @@
##             main     #259      +/-   ##
==========================================
- Coverage   85.98%   85.92%   -0.06%     
==========================================
  Files         156      156              
  Lines        6522     6531       +9     
==========================================
+ Hits         5608     5612       +4     
- Misses        782      787       +5     
  Partials      132      132              
Impacted Files Coverage Δ
internal/handler/decision/module.go 40.35% <0.00%> (ø)
internal/handler/management/module.go 40.35% <0.00%> (ø)
internal/handler/prometheus/module.go 0.00% <0.00%> (ø)
internal/handler/proxy/module.go 41.37% <0.00%> (ø)
internal/pipeline/hydrators/generic_hydrator.go 81.27% <60.00%> (+0.07%) ⬆️
internal/rules/provider/filesystem/file_system.go 81.03% <78.57%> (-0.26%) ⬇️
internal/keystore/module.go 79.41% <100.00%> (+2.74%) ⬆️
internal/logging/configuration.go 100.00% <100.00%> (ø)
...ernal/pipeline/authenticators/jwt_authenticator.go 91.55% <100.00%> (ø)
internal/pipeline/authorizers/remote_authorizer.go 80.66% <100.00%> (+0.07%) ⬆️
... and 8 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dadrus dadrus changed the title feat: All log statements adhere to GELF format feat: Made all log statements adhering to GELF format Oct 8, 2022
@dadrus dadrus merged commit 94bf2f1 into main Oct 8, 2022
@dadrus dadrus deleted the feat/gelf_format branch October 8, 2022 17:55
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.

Adhere to GELF by making all custom fields be prefixed with an _
1 participant