This log setting? I tried changing log4j.rootLogger=INFO,Stdout, it still prints.
Thank you for you answer. log4j.rootLogger=DEBUG,Stdout log4j.appender.Stdout=org.apache.log4j.ConsoleAppender log4j.appender.Stdout.layout=org.apache.log4j.TTCCLayout log4j.appender.Stdout.layout.ThreadPrinting=true log4j.appender.Stdout.layout.ContextPrinting=true log4j.appender.Stdout.layout.DateFormat=ISO8601 log4j.appender.Stdout.layout.TimeZone=GMT log4j.logger.org.springframework=INFO log4j.logger.org.springframework.beans.factory=DEBUG log4j.logger.org.apache.wicket=INFO log4j.logger.org.apache.wicket.protocol.http.HttpSessionStore=INFO log4j.logger.org.apache.wicket.version=INFO log4j.logger.org.apache.wicket.RequestCycle=INFO On Wed, Sep 5, 2012 at 4:23 PM, vineet semwal <[email protected]>wrote: > change the log setting to INFO from DEBUG > > On Thu, Sep 6, 2012 at 1:24 AM, Anna Simbirtsev <[email protected]> > wrote: > > Hi > > > > I am seeing the following debug messages, how do I turn them off? > > > > 15:51:07.816 [1945207123@qtp-636450175-3] DEBUG > > org.apache.wicket.MarkupContainer - Rendering raw markup > > 15:51:07.816 [1945207123@qtp-636450175-3] DEBUG org.apache.wicket.Page - > > Rendered [MarkupContainer [Component id = 7]] > > 15:51:07.816 [1945207123@qtp-636450175-3] DEBUG > org.apache.wicket.Component > > - End render [MarkupContainer [Component id = 7]] > > 15:51:07.816 [1945207123@qtp-636450175-3] DEBUG org.apache.wicket.Page - > > Rendered [MarkupContainer [Component id = linkContainer]] > > 15:51:07.816 [1945207123@qtp-636450175-3] DEBUG > org.apache.wicket.Component > > - End render [MarkupContainer [Component id = linkContainer]] > > 15:51:07.816 [1945207123@qtp-636450175-3] DEBUG > > org.apache.wicket.MarkupContainer - Rendering raw markup > > 15:51:07.816 [1945207123@qtp-636450175-3] DEBUG org.apache.wicket.Page - > > Rendered [Page class = info.afilias.WAT.UI.Pages.SubMenuContents, id = 2, > > version = 0] > > 15:51:07.816 [1945207123@qtp-636450175-3] DEBUG > org.apache.wicket.Component > > - End render [Page class = info.afilias.WAT.UI.Pages.SubMenuContents, id > = > > 2, version = 0] > > 15:51:07.817 [1945207123@qtp-636450175-3] DEBUG org.apache.wicket.Page - > > ending request for page [Page class = > > info.afilias.WAT.UI.Pages.SubMenuContents, id = 2, version = 0], request > > [method = GET, protocol = HTTP/1.1, requestURL = > > http://localhost:8080/application/home, contentType = null, > contentLength = > > -1, contextPath = /application, pathInfo = null, requestURI = > > /application/home, servletPath = /home, pathTranslated = null] > > 15:51:07.817 [1945207123@qtp-636450175-3] DEBUG > org.apache.wicket.Session - > > update: Session not dirty. > > > > -- > thank you, > > regards, > Vineet Semwal > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
