mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-21 05:50:18 +08:00
Reduce log level of disabled webserver via config
Affects issues: - Close #2229
This commit is contained in:
parent
e977e37b6f
commit
4974aff6be
@ -100,7 +100,7 @@ public class WebServer implements SubSystem {
|
||||
|
||||
if (!isEnabled()) {
|
||||
if (config.isTrue(WebserverSettings.DISABLED)) {
|
||||
logger.warn(locale.getString(PluginLang.ENABLE_NOTIFY_WEB_SERVER_DISABLED));
|
||||
logger.info(locale.getString(PluginLang.ENABLE_NOTIFY_WEB_SERVER_DISABLED));
|
||||
} else {
|
||||
logger.error(locale.getString(PluginLang.WEB_SERVER_FAIL_PORT_BIND, port));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user