mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-03 06:57:36 +01:00
Lower webserver disabled log message from warn to info level
This commit is contained in:
parent
fefbd9ae23
commit
365ea2d333
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user