-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feature add logging spring boot starter #102
Conversation
c822a83
to
fa8ec6f
Compare
fa8ec6f
to
4c3c370
Compare
There is a typo in third commit message -> Implement Spring Boot autocnfiguration for nrich-logging |
Switch nrich-webmvc-spring-boot-starter modules dependencies to new nrich-logging-spring-boot-starter module and adjust tests - I think it should be |
4c3c370
to
3a5b325
Compare
Codecov Report
@@ Coverage Diff @@
## master #102 +/- ##
=========================================
Coverage 96.15% 96.15%
- Complexity 1022 1023 +1
=========================================
Files 152 153 +1
Lines 2446 2447 +1
Branches 225 225
=========================================
+ Hits 2352 2353 +1
Misses 35 35
Partials 59 59
Continue to review full report at Codecov.
|
3a5b325
to
075564a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems ok now.
…ich-logging-spring-boot-starter module
075564a
to
c5953ea
Compare
Basic information
1.3.0
nrich-logging
Additional information
Description
Summary
Added Spring Boot starter module for nrich-logging, changed nrich-webmvc-spring-boot-starter dependencies to use that starter instead of manually creating LoggingService bean.
Details
Added Spring Boot starter module for nrich-logging, changed nrich-webmvc-spring-boot-starter dependencies to use that starter instead of manually creating LoggingService bean.
Related issue
#32
Types of changes
Checklist