zorka
zorka copied to clipboard
zorka.log.dir property value not working
I see the zorka.log.dir property in AgentConfig.java but when it is set it does not use that value. It is value set in ZorkaConfig.java based on home directory.
AgentConfig.jav:
if (!properties.containsKey("zorka.log.dir")) { properties.put("zorka.log.dir", ZorkaUtil.path(homeDir, "log")); }
ZorkaConfig.java 'public String getLogDir() { return ZorkaUtil.path(homeDir, "log");`