> Is this the right way to get appengine logs in utf-8? > I tried downloading them but ... the file itself was not written as utf-8. > > So I'm wondering about setting this in appengine-web.xml: > > > <system-properties> > <property name="java.util.logging.config.file" > value="WEB-INF/logging.properties" /> > <property name="file.encoding" value="UTF-8" /> > <property name="DEFAULT_ENCODING" value="UTF-8" /> > </system-properties>
Didn't work. Is there anyway to do this? -- 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.
