<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body wsmode="reply" bgcolor="#FFFFFF" text="#000000">
    Thanks Martin,<br>
    <br>
    The logs i'm thinking in are those from org.geotoolkit.feature.xml.<br>
    <br>
    I'm not saying that you should change levels of these logs (it's up
    to you to asses if it's appropriate to do so): reading featureType
    and features (with JAXBFeatureTypeReader, and
    JAXPStreamFeatureReader), we get many warning/info logs about
    retrieving schemas. An extract:<br>
    <br>
    INFOS:
retrieving:<a class="moz-txt-link-freetext" href="http://www.fao.org:80/figis/geoserver/schemas/gml/3.1.1/base/temporal.xsd">http://www.fao.org:80/figis/geoserver/schemas/gml/3.1.1/base/temporal.xsd</a><br>
    déc. 15, 2014 9:57:10 PM
    org.geotoolkit.feature.xml.jaxb.JAXBFeatureTypeReader
    getComplexTypeFromSchema<br>
    AVERTISSEMENT: Unable to find complex type for:FeatureType<br>
    déc. 15, 2014 9:57:10 PM
    org.geotoolkit.feature.xml.jaxb.JAXBFeatureTypeReader
    getComplexTypeFromSchema<br>
    AVERTISSEMENT: Unable to find complex type for:FeatureArrayType<br>
    déc. 15, 2014 9:57:10 PM org.geotoolkit.feature.xml.Utils
    getDistantSchema<br>
    INFOS:
retrieving:<a class="moz-txt-link-freetext" href="http://www.fao.org:80/figis/geoserver/schemas/gml/3.1.1/base/direction.xsd">http://www.fao.org:80/figis/geoserver/schemas/gml/3.1.1/base/direction.xsd</a><br>
    déc. 15, 2014 9:57:10 PM org.geotoolkit.feature.xml.Utils
    getDistantSchema<br>
    INFOS:
retrieving:<a class="moz-txt-link-freetext" href="http://www.fao.org:80/figis/geoserver/schemas/gml/3.1.1/base/topology.xsd">http://www.fao.org:80/figis/geoserver/schemas/gml/3.1.1/base/topology.xsd</a><br>
    <br>
    I've invoked
    Logger.getLogger("org.geotoolkit.feature.xml").setLevel(Level.OFF)<br>
    and it's ok with this<br>
    <br>
    I've other tests to perform on the geotk-wfs-client. I hope that i
    can provide you more inputs soon.<br>
    BTW, in our project we used directly JAXBFeatureTypeReader and
    JAXBStreamFeatureReader (we didn't pass through the convenience of
    WFSFeatureStore), and we used JAX RS to read WFSCapabilities (using
    JAXB context), but anyway i'd like to provide you feedback also on
    the WFSFeatureStore, if it is helpful for you.<br>
    <br>
    Emmanuel<br>
    <br>
    <br>
    <div class="moz-cite-prefix">Le 15/12/2014 11:04, Martin
      Desruisseaux a écrit :<br>
    </div>
    <blockquote cite="mid:548EB242.6080606@geomatys.fr" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      Hello Emmanuel<br>
      <br>
      Geotk is known to emit too many warnings (or to be more accurate,
      to emit them at a level too high - many of them should be
      Level.FINE). Do you have an example of such log, so we can spot
      which log to reduce level?<br>
      <br>
      Alternatively, logging can be controlled on a case-by-case basis
      in two ways:<br>
      <br>
      <ul>
        <li>by editing the jre/lib/logging.properties (but the effect is
          visible only on the local machine)</li>
        <li>by invoking
          Logger("org.geotoolkit.XXX").setLevel(theLevelToFilter); (from
          my memory - actual line may vary)</li>
      </ul>
      <p><br>
            Martin<br>
        <br>
      </p>
      <br>
      <div class="moz-cite-prefix">Le 15/12/14 18:22, Emmanuel Blondel a
        écrit :<br>
      </div>
      <blockquote
cite="mid:CAGUOZXU4p2ZsGG1VKFzg5dmMXRdd2EAnbGzzba2Vqfpb9BGgfQ@mail.gmail.com"
        type="cite">
        <div dir="ltr">
          <div>Currently reading WFS with geotk, they are many logs that
            appear (especially those for schema downloading). can you
            just advice on how these could be deactivated easily?<br>
            <br>
          </div>
          <div>I see you use java.util.logger (jul?), and that adding
            some dependency we can redirect the logs to to the Log4J
            framework. would it be the way to go?<br>
            <br>
          </div>
          <div>thanks in advance<br>
          </div>
        </div>
      </blockquote>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Geotoolkit mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Geotoolkit@lists.osgeo.org">Geotoolkit@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/geotoolkit">http://lists.osgeo.org/mailman/listinfo/geotoolkit</a></pre>
    </blockquote>
    <br>
  </body>
</html>