Hi,
We have an application we're transformed into Guice and are very happy with it.
To get some lifecycle events we are using Netflix's Governator.
We have an issue in production where the app get stuck on start, specifically building the Injector.
I see several beans info messages that some print in the c'tor.
I'm searching for a way to get the exact trace of which beans gets created so I'll know the bean creation which caused it to get stuck.
I'm used to Spring - there turning on DEBUG on org.springframework did the trick.
Thanks!
Asaf