Added more debugging logs for #5564

This commit is contained in:
Tom Moor
2023-09-28 17:36:10 -04:00
parent 5b2bb41ead
commit bd06e03b1e
2 changed files with 34 additions and 13 deletions

View File

@@ -16,6 +16,7 @@ const isProduction = env.ENVIRONMENT === "production";
type LogCategory =
| "lifecycle"
| "authentication"
| "multiplayer"
| "http"
| "commands"