Martin Grigorov created WICKET-5376:
---------------------------------------

             Summary: Log the exception if the application cannot start properly
                 Key: WICKET-5376
                 URL: https://issues.apache.org/jira/browse/WICKET-5376
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 6.11.0
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov
            Priority: Minor


WicketFilter doesn't provide helpful information when the application cannot be 
initialized for some reason.
At the moment it just does:
log.warn("initialization failed, destroying now");

1) it doesn't log the cause exception
2) the severity is rather FATAL than WARN

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to