sofastack / sofa-boot

SOFABoot is a framework that enhances Spring Boot and fully compatible with it, provides readiness check, class isolation, etc.
https://www.sofastack.tech/sofa-boot/docs/Home
Apache License 2.0
4.95k stars 1.26k forks source link

fix toolkit-common-logging config bug #1178

Closed crazysaltfish closed 1 year ago

crazysaltfish commented 1 year ago

raise SofaConfigSourceSupportListener order to "LoggingApplicationListener.DEFAULT_ORDER - 10" to fix toolkit-common-logging config bug

codecov[bot] commented 1 year ago

Codecov Report

Merging #1178 (e344457) into master (123b3eb) will increase coverage by 0.04%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master    #1178      +/-   ##
============================================
+ Coverage     71.64%   71.68%   +0.04%     
- Complexity     1824     1827       +3     
============================================
  Files           252      252              
  Lines          7349     7349              
  Branches        930      930              
============================================
+ Hits           5265     5268       +3     
  Misses         1605     1605              
+ Partials        479      476       -3     
Impacted Files Coverage Δ
.../boot/logging/LogEnvironmentPreparingListener.java 93.93% <100.00%> (ø)
...boot/listener/SofaConfigSourceSupportListener.java 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes