Author: sseifert
Date: Tue May 19 10:11:38 2015
New Revision: 1680227
URL: http://svn.apache.org/r1680227
Log:
SLING-4726 Log Service: Enable Name Hint for Web Console Log Config Entries
Modified:
sling/trunk/bundles/commons/log/src/main/resources/OSGI-INF/metatype/metatype.xml
Modified:
sling/trunk/bundles/commons/log/src/main/resources/OSGI-INF/metatype/metatype.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/log/src/main/resources/OSGI-INF/metatype/metatype.xml?rev=1680227&r1=1680226&r2=1680227&view=diff
==============================================================================
---
sling/trunk/bundles/commons/log/src/main/resources/OSGI-INF/metatype/metatype.xml
(original)
+++
sling/trunk/bundles/commons/log/src/main/resources/OSGI-INF/metatype/metatype.xml
Tue May 19 10:11:38 2015
@@ -84,6 +84,9 @@
<metatype:AD id="org.apache.sling.commons.log.file.buffered"
type="Boolean" default="false" name="%log.file.buffered.name"
description="%log.file.buffered.description" />
+ <metatype:AD id="webconsole.configurationFactory.nameHint"
+ type="String"
+ default="{org.apache.sling.commons.log.file}"/>
</metatype:OCD>
<metatype:Designate
pid="org.apache.sling.commons.log.LogManager.factory.writer"
@@ -118,6 +121,9 @@
type="String" name="%log.loggers.name"
description="%log.loggers.description"
cardinality="2147483647" />
+ <metatype:AD id="webconsole.configurationFactory.nameHint"
+ type="String"
+ default="{org.apache.sling.commons.log.file}:
{org.apache.sling.commons.log.level}"/>
</metatype:OCD>
<metatype:Designate
pid="org.apache.sling.commons.log.LogManager.factory.config"