Summary: | Include contest name in reload and stop log statements | ||
---|---|---|---|
Product: | Tomcat 6 | Reporter: | Marc Guillemot <mguillemot> |
Component: | Catalina | Assignee: | Tomcat Developers Mailing List <dev> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | ||
Priority: | P2 | ||
Version: | 6.0.24 | ||
Target Milestone: | default | ||
Hardware: | PC | ||
OS: | Linux | ||
Attachments: | The patch adding context name in log statements |
fixed on trunk, will be available for tomcat 7.0.6. Proposed for tc 6. Note that depending on the type of error during reload, the context name was already logged (by other log statements). This issue only deals with cases where a LifeCycleException is raised. |
Created attachment 25063 [details] The patch adding context name in log statements Current log statement are like this "Exception starting Context" without any information on the concerned context. Include patch adds context name to the log output for en, fr, es... but not for the ja properties ;-)