Hi,

The log display only warning and severe but not info,

My logging.properties file contains following

# Set the default logging level for all loggers to WARNING
*.level = INFO*

# Set the default logging level for ORM, specifically, to WARNING
DataNucleus.JDO.level=WARNING
DataNucleus.Persistence.level=WARNING
DataNucleus.Cache.level=WARNING
DataNucleus.MetaData.level=WARNING
DataNucleus.General.level=WARNING
DataNucleus.Utility.level=WARNING
DataNucleus.Transaction.level=WARNING
DataNucleus.Datastore.level=WARNING
DataNucleus.ClassLoading.level=WARNING
DataNucleus.Plugin.level=WARNING
DataNucleus.ValueGeneration.level=WARNING
DataNucleus.Enhancer.level=WARNING
DataNucleus.SchemaTool.level=WARNING

which is inside the WEB-INF folder.

And my appengine.web.xml file as this

<?xml version="1.0" encoding="utf-8"?>
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0";>
    <application>vs-stage</application>
    <version>5</version>

    <!-- Configure java.util.logging -->
*    <system-properties>
        <property name="java.util.logging.config.file"
value="WEB-INF/logging.properties"/>
    </system-properties>*

    <sessions-enabled>true</sessions-enabled>
    <ssl-enabled>true</ssl-enabled>
    <precompilation-enabled>false</precompilation-enabled>
    <static-files>
         <include path="/favicon.ico" />
         <include path="/stylesheets/main.css" />
         <include path="/images/them1/*.png" />
         <include path="/images/them1/*.gif" />
         <include path="/images/them1/dialogBox/*.png" />
         <include path="/images/them1/tabs/*.gif" />
    </static-files>
</appengine-web-app>

I have changed appengine 1.3.5 to appengine 1.3.8,  Also I  try to revert to
older version (i.e appengine 1.3.5 ) after new version but that is not
happening because it shows error in devmode.

Any idea why is this log info is missing ?

*Regards

Suresh Babu G*

-- 
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.

Reply via email to