https://issues.apache.org/bugzilla/show_bug.cgi?id=52011
Konstantin Kolinko <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID OS/Version| |All --- Comment #1 from Konstantin Kolinko <[email protected]> 2011-10-11 13:32:39 UTC --- I do not see any infinite loop. There is a problem with this library though: It contains logging.properties with .level = ALL If the library is placed into Tomcat's /lib folder or in WEB-INF/lib in a webapp, Tomcat will load the file and will start generate tons of debug logs. According to that configuration file the logs are printed to the console only and not to any proper logging file. This behaviour is by design. A workaround is to copy the default logging.properties file into the lib folder as well, as it will take priority over the one provided by the library. Though better solution is to repack the library and ask its authors to fix it. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
