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

Fix missing spaces in logs #207

Closed zanmagerl closed 2 years ago

zanmagerl commented 2 years ago

Some log messages are missing spaces which reduce logs visibility. Example of that: com.kumuluz.ee.EeApplication -- EE extension implementation dependency unfulfilled. The EE extension group rest.clientimplemented by MicroProfileRestClient requires...

This PR should fix that.

urbim commented 2 years ago

Thanks for your contribution!