Check your logging.properties: -- # Set the default logging level for all loggers to WARNING .level = INFO -- ...by default there is "WARNING", which causes everything less severe to get 'thrown away'.
On Thu, Jul 1, 2010 at 2:59 PM, Marius <[email protected]> wrote: > Hi, > I have a java GAE application and I can't have logging working on the > server environment. I've readed all the doc about this but no success. > Can someone help me ? > Many thanks > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
