Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for logFile (0.04 sec)

  1. src/test/java/org/codelibs/fess/helper/SystemHelperTest.java

        }
    
        public void test_getLogFilePath() {
            final File logFile = new File(systemHelper.getLogFilePath());
            assertEquals("logs", logFile.getName());
            assertEquals("target", logFile.getParentFile().getName());
            try {
                System.setProperty("fess.log.path", "logpath");
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 28.9K bytes
    - Viewed (0)
  2. api/maven-api-core/src/main/java/org/apache/maven/api/Constants.java

         * Default is "System.err".
         *
         * @since 4.0.0
         */
        @Config
        public static final String MAVEN_LOGGER_LOG_FILE = MAVEN_LOGGER_PREFIX + "logFile";
    
        /**
         * Should the level string be output in brackets? Defaults to false.
         *
         * @since 4.0.0
         */
        @Config(type = "java.lang.Boolean", defaultValue = "false")
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Jul 25 11:08:20 UTC 2025
    - 25.4K bytes
    - Viewed (0)
  3. src/main/resources/fess_config.properties

    logging.search.docs.fields=filetype,created,click_count,title,doc_id,url,score,site,filename,host,digest,boost,mimetype,favorite_count,_id,lang,last_modified,content_length,timestamp
    # Whether to use a log file for search logging.
    logging.search.use.logfile=true
    # Maximum queue size for search logging.
    logging.search.max.queue.size=10000
    # Maximum queue size for click logging.
    logging.click.max.queue.size=10000
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * Get the value for the key 'logging.search.use.logfile'. <br>
         * The value is, e.g. true <br>
         * comment: Whether to use a log file for search logging.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getLoggingSearchUseLogfile();
    
        /**
         * Is the property for the key 'logging.search.use.logfile' true? <br>
         * The value is, e.g. true <br>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  5. docs/en/data/topic_repos.yml

    - name: LitServe
      html_url: https://github.com/Lightning-AI/LitServe
      stars: 3531
      owner_login: Lightning-AI
      owner_html_url: https://github.com/Lightning-AI
    - name: logfire
      html_url: https://github.com/pydantic/logfire
      stars: 3510
      owner_login: pydantic
      owner_html_url: https://github.com/pydantic
    - name: datamodel-code-generator
      html_url: https://github.com/koxudaxi/datamodel-code-generator
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:57:41 UTC 2025
    - 15.8K bytes
    - Viewed (0)
Back to top