Skip to content

Commit 1724156

Browse files
debug log
1 parent ddb972d commit 1724156

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/de/tum/cit/aet/artemis/core/config/DeferredEagerBeanInitializer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public DeferredEagerBeanInitializer(ConfigurableApplicationContext context) {
4141
* This method should be called after the application is fully started to not block the startup process.
4242
*/
4343
public void initializeDeferredEagerBeans() {
44+
log.error("Starting deferred eager initialization of all beans");
4445
// Force eager initialization of HazelcastConnection first, so that connections are established as early as possible.
4546
try {
4647
context.getBean(HazelcastConnection.class);

0 commit comments

Comments
 (0)