Debug system (#1894)

* Add build (compile) script: gradlew jar

* Move server and services log levels to ConfigContainer, ability to enable/disable show packet payload and loop packets

* Add some loop packets to known list
This commit is contained in:
BiosNod
2022-10-29 13:01:28 +00:00
committed by GitHub
parent 55928d9154
commit 43b7d7a383
7 changed files with 54 additions and 12 deletions

2
gradlew-jar.bat Normal file
View File

@@ -0,0 +1,2 @@
call .\gradlew jar
pause