I am using Tomcat 8.5 and I am trying to remove this single line in my log files:
INFO: 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.
I have tried everything I can think of to remove this INFO message :
- All of my logging levels in conf/logging.properties are at FINE
- I have uncommented all of the optional level clauses.
- I have tried all of the file names I have listed in the jarsToSkip and all files in my local lib file and in the tomcat/lib files are listed.
The log file always tells me the above, I can't seem to find the file on my own? Is there some other way?