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/08/15 19:00:53 UTC

svn commit: r1514374 - /logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml

Author: ggregory
Date: Thu Aug 15 17:00:53 2013
New Revision: 1514374

URL: http://svn.apache.org/r1514374
Log:
[LOG4J2-353] Use consistent conventions in configuration files. Use all caps for "JPA" to match other appenders like "SMTP".

Modified:
    logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml

Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml?rev=1514374&r1=1514373&r2=1514374&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml Thu Aug 15 17:00:53 2013
@@ -1553,7 +1553,7 @@
             <pre class="prettyprint linenums lang-xml"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
 <Configuration status="error">
   <Appenders>
-    <Jpa name="databaseAppender" persistenceUnitName="loggingPersistenceUnit"
+    <JPA name="databaseAppender" persistenceUnitName="loggingPersistenceUnit"
          entityClassName="com.example.logging.JpaLogEntity" />
   </Appenders>
   <Loggers>