Changed unnecessary server output to 'debug' log level
This commit is contained in:
@@ -62,6 +62,11 @@ public class ServerControl implements ApplicationListener{
|
||||
Log.setLogger(new LogHandler(){
|
||||
DateTimeFormatter dateTime = DateTimeFormatter.ofPattern("MM-dd-yyyy | HH:mm:ss");
|
||||
|
||||
@Override
|
||||
public void debug(String text, Object... args){
|
||||
print("&lc&fb" + "[DEBUG] " + text, args);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void info(String text, Object... args){
|
||||
print("&lg&fb" + "[INFO] " + text, args);
|
||||
|
||||
Reference in New Issue
Block a user