java - How to use System Property Values with org.ops4j.pax.logging.log4j2.config.file in PAX Logging -
i'm using pax-logging in 1 of osgi project. want set system property value of org.ops4j.pax.logging.log4j2.config.file
mentioned in pax-logging.properties file. possible? i've seen in karaf use ${karaf.base}/somepath. when used in 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 custom.home property instead use string.
Comments
Post a Comment