is there a way to use environment variables in logging.properties file?
like this -
java.util.logging.FileHandler.pattern = {$MY_BASE_LOG_FOLDER}/myapp1/log/123%g.log
do I have to write a custom logging.properties loader? if yes, then are there any examples on this?