I will be having two or more modules deployed to the single vert.x instance(container), the problem I am facing is how can I have different log4j.properties file for each these modules.
I will be deploying modules as follows
vertx runmod com.xxx.xxx~mod1~1.0
vertx runmod com.xxx.xxx~mod2~1.0
Both modules should have its own log4j.properties file and this property file should be outside of .zip file. So that the files can be modifiable.