Craig Thanks for the reply:
I have figured out that I can see the MemoryDatabasePlugin.destroy() get executed but not the MemoryDatabasePlugin.init() get executed. In what sequence do plugins get initialized along with the main application. Mike Karrys PRC Public Sector Inc. -----Original Message----- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 12:59 PM To: Struts Users Mailing List Subject: Re: Logging in struts-example You can configure the logging detail level for each named package separately -- the example webapp's components would all be covered by the pattern "org.apache.struts.webapp.example". Check your Log4J configuration to see what debug level would be assgned to package. Craig On Thu, 29 Aug 2002, NP-KARRYS MIKE wrote: > Date: Thu, 29 Aug 2002 12:17:12 -0400 > From: NP-KARRYS MIKE <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Logging in struts-example > > > I have managed to get the Log4j package logging to a log file, when Jetty > starts, for the struts-example application. I expected to see the log > messages from the log.info() entries in the MemoryDatabasePlugin class but > they do not show up in the log files. Are there additional configurations to > get these messages. I get quite a few message from the digrester and when > the ApplicationProperties file is parsed but nothing from the application > code. > > Thanks for any help, > > Mike Karrys > PRC Public Sector Inc. > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

