I was able to fix this issue by configuring the jul-to-slf4j bridge ( my
project uses SLF4J ).

On Thu, Oct 14, 2021 at 4:34 PM Alessandro Ferrucci <
alessandroferru...@gmail.com> wrote:

> Hello -
>
> I'm attempting to configure JUL to output everything from GeoTools at the
> FINEST level.
>
> I have attempted to change the logging.properties under $JAVA_HOME/conf/
>
> I added this line at the end of that file:
>
> org.geotools.level = FINEST
>
> to no avail.
>
> I also created a new logging.properties with the following lines:
>
> handlers=java.util.logging.ConsoleHandler
> .level=FINEST
>
> and set the following JVM argument
> -Djava.util.logging.config.file=$DIRECTORY\fine-logging.properties
>
> but GeoTools will still not output anything but INFO.
>
> I understand this is not strictly a GeoTools question, but I was wondering
> if anyone on here had any insight.
>


-- 
Signed,
Alessandro Ferrucci
_______________________________________________
GeoTools-GT2-Users mailing list
GeoTools-GT2-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to