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

Remy Maucherat <[email protected]> changed:

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

--- Comment #1 from Remy Maucherat <[email protected]> ---
The issue is that the logging configuration isn't set on stop by catalina.sh,
so it uses the default behavior.

Maybe the original rationale was that it's not useful (only used for
shutdown.sh, the shutdown hook doesn't use it). A problem with fixing it is
that a separate process would be opening the log files and maybe do some
logging -> not a good idea, that's why it should remain on the console. Even
though it is not very intuitive, it should work (a user is using shutdown.sh
from a console and is might see the output).

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

Reply via email to