https://issues.apache.org/bugzilla/show_bug.cgi?id=56401
Konstantin Kolinko <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #2 from Konstantin Kolinko <[email protected]> --- Several comments, from testing this and adding i18n in r1623804 1. It is good that this does not affect embedded Tomcat. There are no changes in the information logged by unit tests. 2. The Catalina.logInfo() method is called from Catalina class constructor. As such, it performs logging on shutdown.bat. I think it should not perform logging on shutdown. As such, I am REOPENing this. An alternative implementation could be a <Listener> in server.xml that prints such information. -- 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]
