On 05/08/2024 11:07, Döscher, Andreas (ESI) wrote:
Moin,
I wanted to check the TLD scanner and placed*
org.apache.jasper.servlet.TldScanner.level = FINE
in logging.properties, but under Tomcat 10.1.25 and Tomcat 9.0.91 I get only
05-Aug-2024 10:43:29.958 INFO [main]
org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for
TLDs yet contained no TLDs. Enable debug logging for this logger for a complete
list of JARs that were scanned but no TLDs were found in them. Skipping
unneeded JARs during scanning can improve startup time and JSP compilation time.
<snip/>
* Yes, I tried FINE, FINEST and ALL...
You need:
... = FINEST
but you also need to update the handlers as well since they filter out
everything below FINE by default.
Now we have started using trace (aka FINEST) level logging we need to
update that message and probably the default logging configuration.
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org