- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getLoggingAppPackages (0.06 sec)
-
src/main/java/org/codelibs/fess/helper/SystemHelper.java
final Level logLevel = Level.toLevel(level, Level.WARN); System.setProperty(Constants.FESS_LOG_LEVEL, logLevel.toString()); split(ComponentUtil.getFessConfig().getLoggingAppPackages(), ",") .of(stream -> stream.map(String::trim).filter(StringUtil::isNotEmpty).forEach(s -> Configurator.setLevel(s, logLevel))); } /** * Gets the current log level. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 36.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* comment: Application packages for logging. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getLoggingAppPackages(); /** * Get the value for the key 'logging.search.docs.enabled'. <br> * The value is, e.g. true <br> * comment: Whether to enable search docs logging.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1)