zorka icon indicating copy to clipboard operation
zorka copied to clipboard

zorka.log.dir property value not working

Open eggzie opened this issue 8 years ago • 0 comments

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");`

eggzie avatar Jan 24 '17 18:01 eggzie