#Logging Categories
- org.apache.sling.auth.core
- org.apache.sling.engine
- org.apache.sling.resourceresolver
- org.apache.sling.jcr.resource
- org.apache.sling.audit.osgi.installer - Audit logs of installation done by Sling OSGi Installer
#Web Console Url
#Logging Categories
#Web Console Url
//Provide details around the bootdelgation state | |
println "Bootdelgation property value :- "+bundleContext.getProperty("org.osgi.framework.bootdelegation") | |
println "Felix bootdelgation entries" | |
bundleContext.bundle.framework.bootPackages.each { | |
println it | |
} |
#This is a Pax Runner config file which uses Felix ConfigAdmin, Pax Logging and other bundles to | |
#demonstrate how to configure pax logging. | |
#It uses File install bundle and configures it to watch the config folder. We would add org.ops4j.pax.logging.cfg | |
#file to this folder which would then be picked by File install and thus update Pax logging config | |
--platform=felix | |
--vmOptions=-Dorg.osgi.service.http.port=9090 \ | |
-Dfelix.fileinstall.dir=../config | |
#List of profiles to run |