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

--- Comment #3 from Mark Femal <mfe...@altaresources.com> 2010-09-16 18:23:42 
EDT ---
Thanks for the extremely fast response.

Supplied a unified diff.

Regarding viewing LogManager.java, I made all changes on the Tomcat source
file.  Basically I moved a bunch of code out of addLogger to make it reusable
(initial add and reload of config has to do many of the same things), ensured
the properties aren't appended (or same properties just overwritten) on read
calls (otherwise things that should drop out of logging.properties will not). 
This does account for statically defined loggers as the references will still
exist, the level is just reset.  None of the specific code is in the parent
class - it is all tomcat specific.

I'm not sure if viewing can be an issue of the class which this extends, but if
so then hopefully this can be corrected by someone else after prioritizing. 
I'm no expert, but I don't believe I'm stepping on any toes on this as I made
all changes based on changing the ClassLoaderLogManager.java file directly...

-- 
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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to