This commit is contained in:
crusader
2018-05-04 17:38:05 +09:00
parent ca823a2e69
commit be0bc8cfd6
3 changed files with 22 additions and 28 deletions

View File

@@ -174,7 +174,7 @@ func cotainerCommand(containerType occp.ContainerType) (cmd *exec.Cmd) {
"-jar",
binFilePath,
strconv.FormatInt(config.ProbePortNumber, 10),
loggingConfigFilePath,
fmt.Sprintf("-Dlogging.config=%s", loggingConfigFilePath),
}
cmd = exec.Command(config.JavaBinPath(), args...)