Hi Mark, ah! Thanks! After I enabled java.util.logging.ConsoleHandler.level = ALL
(and set the level to FINEST) I got the TLD messages I was missing. Thanks, Andreas -----Ursprüngliche Nachricht----- Von: Mark Thomas <ma...@apache.org> Gesendet: Dienstag, 6. August 2024 09:58 An: users@tomcat.apache.org Betreff: Re: Problem getting logging from TldScanner WARNING: Do not click links or open attachments unless you recognize the source of the email and know the contents are safe. 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 This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, notify the sender immediately by return email and delete the message and any attachments from your system. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org