Guice does a lot of logging with java.util.logging.Logger at low levels. You can set the threshold for com.google.inject lower so they show up.
On Sunday, 13 March 2016 06:42:38 UTC-4, Asaf Mesika wrote: > > 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 > > > -- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-guice. To view this discussion on the web visit https://groups.google.com/d/msgid/google-guice/eacaacda-c9d7-40ed-bb85-07e0b1e43ff7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
