Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for setLogNotificationEnabled (0.13 seconds)

  1. src/test/java/org/codelibs/fess/util/LogNotificationAppenderTest.java

            super.setUp(testInfo);
            ComponentUtil.register(new LogNotificationHelper(), "logNotificationHelper");
            ComponentUtil.getLogNotificationHelper().drainAll();
            ComponentUtil.getFessConfig().setLogNotificationEnabled(true);
            appender = LogNotificationAppender.createAppender("test", "ERROR", null, null);
        }
    
        private LogEvent createLogEvent(final Level level, final String loggerName, final String message) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 10.7K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java

            fessConfig.setSlackWebhookUrls(form.slackWebhookUrls);
            fessConfig.setGoogleChatWebhookUrls(form.googleChatWebhookUrls);
            fessConfig.setLogNotificationEnabled(isCheckboxEnabled(form.logNotificationEnabled));
            if (StringUtil.isNotBlank(form.logNotificationLevel)) {
                fessConfig.setLogNotificationLevel(form.logNotificationLevel);
            }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 05:54:31 GMT 2026
    - 27.2K bytes
    - Click Count (0)
Back to Top