<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    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>
  </body>
</html>