kumuluz / kumuluzee

Lightweight open-source framework for developing microservices using standard Java EE technologies and migrating Java EE to cloud-native architecture.
https://ee.kumuluz.com
MIT License
291 stars 71 forks source link

Fixed the regression of the logging system not initializing correctly on boot #83

Closed TFaga closed 6 years ago

TFaga commented 6 years ago

The updated to the config system in 2.5.0 introduced a regression which prevented the logging system to initialise correctly. A component of the config system created and initialised the default logger before the logging system was initialised causing it to not initialise correctly after the initial config processing phase was completed.

This pull request fixes the regression.