Are you looking for logging on the console or in a file? If using the console logger, there is two lines to edit in logging.properties:
* .level= FINE
* java.util.logging.ConsoleHandler.level = FINE
It is also possible to replace ".level = FINE" by something more
specific like "org.apache.sis.storage.shapefile.level = FINE" if not
interested in logging from other packages. But in both cases the change
in "java.util.logging.ConsoleHandler" line is also necessary.
Martin
