Skip to content

Commit

Permalink
Simplify stats logging and increased metrics precision
Browse files Browse the repository at this point in the history
  • Loading branch information
ivancea committed Jul 31, 2024
1 parent 784f35c commit 868eec9
Show file tree
Hide file tree
Showing 10 changed files with 399 additions and 402 deletions.
2 changes: 1 addition & 1 deletion server/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { clampMagnitude } from "../common/vector";
import { env } from "./env";
import { getLogger, initializeLogger } from "./logger";
import { disconnectPlayer, joinPlayer } from "./logic/logic";
import { server } from "./server";
import { getLogger, initializeLogger } from "./utils/logger";
import { getPlayer, getRoom } from "./world";

async function startServer() {
Expand Down
375 changes: 0 additions & 375 deletions server/logger.ts

This file was deleted.

Loading

0 comments on commit 868eec9

Please sign in to comment.