You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2011/10/11 15:32:39 UTC

DO NOT REPLY [Bug 52011] Importing library Jollyday

https://issues.apache.org/bugzilla/show_bug.cgi?id=52011

Konstantin Kolinko <kn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
         OS/Version|                            |All

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> 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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org