Author: cbrisson
Date: Sun Nov 13 15:35:11 2016
New Revision: 1769504

URL: http://svn.apache.org/viewvc?rev=1769504&view=rev
Log:
[site] little fix in logging doc

Modified:
    velocity/site/cms/trunk/content/engine/2.0/configuration.mdtext
    velocity/site/cms/trunk/content/engine/devel/configuration.mdtext

Modified: velocity/site/cms/trunk/content/engine/2.0/configuration.mdtext
URL: 
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/2.0/configuration.mdtext?rev=1769504&r1=1769503&r2=1769504&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/engine/2.0/configuration.mdtext (original)
+++ velocity/site/cms/trunk/content/engine/2.0/configuration.mdtext Sun Nov 13 
15:35:11 2016
@@ -22,7 +22,7 @@ Below are listed the configuration keys
 
 > 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 
 > [Logging](developer-guide.html#logging) section in the dev guide.
 
-**`runtime.log.name = Velocity`**
+**`runtime.log.name = org.apache.velocity`**
 
 > If no living Logger instance has been given using the previous property, 
 > Velocity will get a Logger object using the provided name.
 

Modified: velocity/site/cms/trunk/content/engine/devel/configuration.mdtext
URL: 
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/configuration.mdtext?rev=1769504&r1=1769503&r2=1769504&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/engine/devel/configuration.mdtext (original)
+++ velocity/site/cms/trunk/content/engine/devel/configuration.mdtext Sun Nov 
13 15:35:11 2016
@@ -22,7 +22,7 @@ Below are listed the configuration keys
 
 > 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 
 > [Logging](developer-guide.html#logging) section in the dev guide.
 
-**`runtime.log.name = Velocity`**
+**`runtime.log.name = org.apache.velocity`**
 
 > If no living Logger instance has been given using the previous property, 
 > Velocity will get a Logger object using the provided name.
 


Reply via email to