what is the level lower then INFO ? can you tell me in brief what does ".level = WARNING" in logging file.
.... sorry for a noob question :| Thanks, Prashant On 6 June 2010 17:45, John Patterson <[email protected]> wrote: > Theres your problem... you need to set the level to INFO or lower > > > On 6 Jun 2010, at 19:06, Prashant Gupta wrote: > > i am using default template which comes with eclipse plugin: >> >> // file : appengine-web.xml >> <!-- Configure java.util.logging --> >> <system-properties> >> <property name="java.util.logging.config.file" >> value="WEB-INF/logging.properties"/> >> </system-properties> >> >> >> // file : logging.properties >> .level = WARNING >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine for Java" group. >> To post to this group, send email to >> [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-appengine-java%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-appengine-java?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
