Author: kkolinko
Date: Tue Oct 21 12:59:35 2014
New Revision: 1633365
URL: http://svn.apache.org/r1633365
Log:
Update changelog for BZ 47919 per r1630407
It logs not just key env vars, but all of them, and logs command line arguments.
I am emphasizing CATALINA_OPTS, JAVA_OPTS, as that may be a security concern
for somebody.
(It is not a real security concern, as those are expected to be visible in "ps"
command output as well)
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
Merged /tomcat/trunk:r1633346
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1633365&r1=1633364&r2=1633365&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Tue Oct 21 12:59:35 2014
@@ -60,8 +60,10 @@
<changelog>
<add>
<bug>47919</bug>: Extend the information logged when Tomcat starts to
- optionally include (disabled by default) the values of key environment
- variables. (markt)
+ optionally log the values of command line arguments (enabled by
+ default) and environment variables (disabled by default). Note that
+ the values added to CATALINA_OPTS and JAVA_OPTS environment variables
+ will be logged, as they are used to build up the command line. (markt)
</add>
<add>
<bug>56401</bug>: Log version information when Tomcat starts.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]