Configure Log4J2 with a System property to use a URL -


log4j2 accepts: -dlog4j.configurationfile=path/to/log4j2.xml

@see https://logging.apache.org/log4j/2.0/faq.html

but used able use real url http://host/configuration.xml.

is there way achieve or has been removed forever?

you may want raise feature request on log4j2 jira issue tracker.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

c# - Retrieve google contact -

javascript - How to insert selected radio button value into table cell -