Update default log config location

This commit is contained in:
Derry Hamilton 2023-07-11 12:36:44 +01:00
parent 49487a83af
commit b378189512

View file

@ -12,7 +12,7 @@ public class CopyingAppCommandParser {
private String configFile;
@Parameter(names = {"-log4j","--log4j"}, description = "Log4J config file for this run")
private String log4jConfigFile = "/etc/ppl/default_log4j_config.properties";
private String log4jConfigFile = "/etc/ujetl/default_log4j_config.properties";
public CopyingAppCommandParser(String[] args) {
super();