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 2015/04/21 14:00:07 UTC

[Bug 57841] New: Change logging defaults to avoid unusable feedback by default

https://bz.apache.org/bugzilla/show_bug.cgi?id=57841

            Bug ID: 57841
           Summary: Change logging defaults to avoid unusable feedback by
                    default
           Product: Tomcat 7
           Version: 7.0.57
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: krichter@posteo.de

Starting a deployed application can fail with the error message `SCHWERWIEGEND:
Error listenerStart` which is unhelpful. Instead provide a usable feedback by
default explaining the cause of a severe error. Those should be logged
verbosely by default. If very experienced power user want to skip logging of
severe/fatal error (even for those it's hard to imagine a cause), they can
configure it. By default is should just work.

-- 
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


[Bug 57841] Change logging defaults to avoid unusable feedback by default

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57841

--- Comment #2 from krichter@posteo.de ---
No, it's really only that. I found more detailed error details including an
exception stack in `logs/localhost.YYYY-MM-DD.log`. That should be displayed in
stdout or referenced there.

-- 
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


[Bug 57841] Change logging defaults to avoid unusable feedback by default

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57841

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
Thanks for the report.

I've been through the StandardContext.startInternal() method and improved all
of the error messages. They also now use i18n.

This has been fixed in trunk (9.0.x), 8.0.x/trunk for 8.0.22 onwards and
7.0.x/trunk for 7.0.62 onwards.

-- 
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


[Bug 57841] Change logging defaults to avoid unusable feedback by default

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57841

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> ---
There is usually a "Caused by" section below the "Error listenerStart" line. Is
that not the case?

-- 
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