Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for vara (0.12 sec)

  1. src/main/java/org/codelibs/fess/job/GenerateThumbnailJob.java

                logFilePath = value != null ? value : new File(targetDir, "logs").getAbsolutePath();
            }
            cmdList.add("-Dfess.log.path=" + logFilePath);
            addSystemProperty(cmdList, Constants.FESS_VAR_PATH, null, null);
            addSystemProperty(cmdList, Constants.FESS_THUMBNAIL_PATH, null, null);
            addSystemProperty(cmdList, "fess.log.name", getLogName("fess"), getLogName(StringUtil.EMPTY));
            if (logLevel != null) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 10.5K bytes
    - Viewed (0)
Back to top