Add HTTP debugging log configuration option

This commit is contained in:
HongchengQ
2025-12-07 20:31:03 -08:00
committed by Melledy
parent 90f4be862f
commit 8e7ef038ea
2 changed files with 17 additions and 9 deletions
+1
View File
@@ -121,6 +121,7 @@ public class Config {
public static class LogOptions {
public boolean commands = true;
public boolean packets = false;
public boolean httpDebug = false;
}
@Getter