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 2017/07/06 17:01:38 UTC

[Bug 61255] PropertySource implementations log to stdout instead of the log on shutdown

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

Remy Maucherat <re...@apache.org> changed:

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

--- Comment #1 from Remy Maucherat <re...@apache.org> ---
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org