Author: cbrisson
Date: Sun Nov 13 15:35:44 2016
New Revision: 1769505
URL: http://svn.apache.org/viewvc?rev=1769505&view=rev
Log:
[site] little fix in logging doc into prod
Modified:
velocity/site/production/engine/2.0/configuration.html
velocity/site/production/engine/devel/configuration.html
Modified: velocity/site/production/engine/2.0/configuration.html
URL:
http://svn.apache.org/viewvc/velocity/site/production/engine/2.0/configuration.html?rev=1769505&r1=1769504&r2=1769505&view=diff
==============================================================================
--- velocity/site/production/engine/2.0/configuration.html (original)
+++ velocity/site/production/engine/2.0/configuration.html Sun Nov 13 15:35:44
2016
@@ -264,7 +264,7 @@ h2:hover > .headerlink, h3:hover > .head
<blockquote>
<p>Living Java instance, that must implement the interface org.slf4j.Logger.
This property can only be set programmatically. By default, Velocity uses the
SLF4J static discovery mechanism, see the <a
href="developer-guide.html#logging">Logging</a> section in the dev guide.</p>
</blockquote>
-<p><strong><code>runtime.log.name = Velocity</code></strong></p>
+<p><strong><code>runtime.log.name = org.apache.velocity</code></strong></p>
<blockquote>
<p>If no living Logger instance has been given using the previous property,
Velocity will get a Logger object using the provided name.</p>
</blockquote>
Modified: velocity/site/production/engine/devel/configuration.html
URL:
http://svn.apache.org/viewvc/velocity/site/production/engine/devel/configuration.html?rev=1769505&r1=1769504&r2=1769505&view=diff
==============================================================================
--- velocity/site/production/engine/devel/configuration.html (original)
+++ velocity/site/production/engine/devel/configuration.html Sun Nov 13
15:35:44 2016
@@ -264,7 +264,7 @@ h2:hover > .headerlink, h3:hover > .head
<blockquote>
<p>Living Java instance, that must implement the interface org.slf4j.Logger.
This property can only be set programmatically. By default, Velocity uses the
SLF4J static discovery mechanism, see the <a
href="developer-guide.html#logging">Logging</a> section in the dev guide.</p>
</blockquote>
-<p><strong><code>runtime.log.name = Velocity</code></strong></p>
+<p><strong><code>runtime.log.name = org.apache.velocity</code></strong></p>
<blockquote>
<p>If no living Logger instance has been given using the previous property,
Velocity will get a Logger object using the provided name.</p>
</blockquote>