You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2013/07/29 21:13:39 UTC

svn commit: r1508183 - in /logging/log4j/log4j2/trunk/src/site/xdoc/manual: configuration.xml.vm eventlogging.xml

Author: ggregory
Date: Mon Jul 29 19:13:39 2013
New Revision: 1508183

URL: http://svn.apache.org/r1508183
Log:
Replace "ip address" with "IP address".

Modified:
    logging/log4j/log4j2/trunk/src/site/xdoc/manual/configuration.xml.vm
    logging/log4j/log4j2/trunk/src/site/xdoc/manual/eventlogging.xml

Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/configuration.xml.vm
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/manual/configuration.xml.vm?rev=1508183&r1=1508182&r2=1508183&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/configuration.xml.vm (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/configuration.xml.vm Mon Jul 29 19:13:39 2013
@@ -834,7 +834,7 @@ public class Bar {
           <p>
             A default property map can be declared in the configuration file. If the value cannot be located in
             the specified lookup the value in the default property map will be used. The default map is
-            pre-populated with a value for "hostName" that is the current system's host name or ip address and
+            pre-populated with a value for "hostName" that is the current system's host name or IP address and
             the "contextName" with is the value of the current logging context.
           </p>
           <p>

Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/eventlogging.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/manual/eventlogging.xml?rev=1508183&r1=1508182&r2=1508183&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/eventlogging.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/eventlogging.xml Mon Jul 29 19:13:39 2013
@@ -34,7 +34,7 @@
             </p>
             <p>The recommended way of using the EventLogger in a typical web application is to populate
               the ThreadContext Map with data that is related to the entire lifespan of the request such as the user's
-              id, the user's ip address, the product name, etc. This can easily be done in a servlet filter where
+              id, the user's IP address, the product name, etc. This can easily be done in a servlet filter where
               the ThreadContext Map can also be cleared at the end of the request. When an event that needs to be
               recorded occurs a StructuredDataMessage should be created and populated.
               Then call EventLogger.logEvent(msg) where msg is a reference to the StructuredDataMessage.</p>