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

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -