Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 5 of 5 for minLevel (0.05 seconds)

  1. src/main/java/org/codelibs/fess/util/LogNotificationAppender.java

                final boolean ignoreExceptions, final Property[] properties, final Level minLevel) {
            super(name, filter, layout, ignoreExceptions, properties);
            this.minLevel = minLevel;
        }
    
        @Override
        public void append(final LogEvent event) {
            final String loggerName = event.getLoggerName();
            if (loggerName != null) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 6K bytes
    - Click Count (0)
  2. src/main/webapp/WEB-INF/env/crawler/resources/log4j2.xml

    			</Policies>
    			<DefaultRolloverStrategy fileIndex="max" min="1"
    				max="${backup.max.history}" compressionLevel="9" />
    		</RollingFile>
    		<LogNotificationAppender name="LogNotification"
    			minLevel="${sys:fess.log.notification.level:-ERROR}" />
    	</Appenders>
    
    	<Loggers>
    		<Logger name="org.codelibs" additivity="false" level="${log.level}">
    			<AppenderRef ref="AppFile" />
    			<AppenderRef ref="LogNotification" />
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 2.7K bytes
    - Click Count (0)
  3. src/main/webapp/WEB-INF/env/suggest/resources/log4j2.xml

    			</Policies>
    			<DefaultRolloverStrategy fileIndex="max" min="1"
    				max="${backup.max.history}" compressionLevel="9" />
    		</RollingFile>
    		<LogNotificationAppender name="LogNotification"
    			minLevel="${sys:fess.log.notification.level:-ERROR}" />
    	</Appenders>
    
    	<Loggers>
    		<Logger name="org.codelibs.fess" additivity="false" level="${log.level}">
    			<AppenderRef ref="AppFile" />
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 1.6K bytes
    - Click Count (0)
  4. src/main/webapp/WEB-INF/env/thumbnail/resources/log4j2.xml

    			</Policies>
    			<DefaultRolloverStrategy fileIndex="max" min="1"
    				max="${backup.max.history}" compressionLevel="9" />
    		</RollingFile>
    		<LogNotificationAppender name="LogNotification"
    			minLevel="${sys:fess.log.notification.level:-ERROR}" />
    	</Appenders>
    
    	<Loggers>
    		<Logger name="org.codelibs.fess" additivity="false" level="${log.level}">
    			<AppenderRef ref="AppFile" />
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 1.6K bytes
    - Click Count (0)
  5. src/main/resources/log4j2.xml

    					<IfFileName glob="fess-llm*.log.gz" />
    					<IfLastModified age="P${backup.max.age}D" />
    				</Delete>
    			</DefaultRolloverStrategy>
    		</RollingFile>
    		<LogNotificationAppender name="LogNotification"
    			minLevel="${sys:fess.log.notification.level:-ERROR}" />
    	</Appenders>
    
    	<Loggers>
    		<Logger name="org.codelibs" additivity="false" level="${log.level}">
    			<AppenderRef ref="AppFile" />
    			<AppenderRef ref="LogNotification" />
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 5.2K bytes
    - Click Count (0)
Back to Top