Lower webserver disabled log message from warn to info level

This commit is contained in:
Aurora Lahtela 2024-05-18 19:16:17 +03:00
parent fefbd9ae23
commit 365ea2d333

View File

@ -72,7 +72,7 @@ public class WebserverLogMessages {
}
public void warnWebserverDisabledByConfig() {
logger.warn(locale.getString(PluginLang.ENABLE_NOTIFY_WEB_SERVER_DISABLED));
logger.info(locale.getString(PluginLang.ENABLE_NOTIFY_WEB_SERVER_DISABLED));
}
public void keystoreNotFoundError(InvalidPathException error, String keyStorePath) {