mirror of
https://e.coding.net/circlecloud/AuthMe.git
synced 2025-11-24 21:26:20 +00:00
@@ -20,7 +20,6 @@ public class ConsoleFilter implements Filter {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
final String logM = record.getMessage().toLowerCase();
|
final String logM = record.getMessage().toLowerCase();
|
||||||
System.out.println("AuthMe LogRecord : " + logM);
|
|
||||||
if (!logM.contains("issued server command:")) {
|
if (!logM.contains("issued server command:")) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user