Logger configuration not being picked up
Hi,
I have defined this logger under /apps/myapp/config.dev/org.apache.sling.commons.log.LogManager.factory.config-myapp.xml:
<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="sling:OsgiConfig" org.apache.sling.commons.log.file="logs/myapp.log" org.apache.sling.commons.log.level="trace" org.apache.sling.commons.log.names="[com.mycomp.myapp]" org.apache.sling.commons.log.pattern="\{0,date,dd.MM.yyyy HH:mm:ss.SSS} *{4}* [{2}] {3} {5}"/>However it is not getting listed in /system/console/configMgr and it is not also writing anything to the myapp.log file.
Any ideas what am I missing here?