I want when my app starts to configure log4j with some default configuration. Once the other configuration (non-log4j) is parsed I get the real file-path to the real log4j configuration. Now I can fully configure log4j.
How would you do that. (java) ?
Also I prefer to use .json config file, if it matters.