I'm using pax-logging in one of a OSGi project. I want to set a system property to the value of org.ops4j.pax.logging.log4j2.config.file
which is mentioned in the pax-logging.properties file.
Is this possible? I've seen that in Karaf they use ${karaf.base}/somepath. But when I used in a similar manner
e.g. ${custom.home}/conf/log4j2.xml
Full file
org.ops4j.pax.logging.log4j2.config.file=${custom.home}/conf/log4j2.xml
it doesn't resolve the custom.home property instead use that as a string.