Console Output does not show up

Hello, I created a Spring Boot Starter Project from predefined Camunda archetype as described here.
Everything worked fine, but after I added some additional Configuration classes and Custom-Controllers, the Console Output didn’t show up. Seems like my config classes somehow override the default property for the console output. Which property do I have to switch on, to see the Standard SpringBoot Output during bootstraping the application?
Thanks and best regards
Roland

The standard SB output is set up via logging configuration. We do not edit or provide any of those. So either you found an issue or somehow your additional behavior accidentally changed the default behavior … do you have some public codebase to inspect?