SLING-4726 Log Service: Enable Name Hint for Web Console Log Config Entries

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1680227 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/resources/OSGI-INF/metatype/metatype.xml b/src/main/resources/OSGI-INF/metatype/metatype.xml
index 37a733e..74836a2 100644
--- a/src/main/resources/OSGI-INF/metatype/metatype.xml
+++ b/src/main/resources/OSGI-INF/metatype/metatype.xml
@@ -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"