reduce log output

This commit is contained in:
Rob Colbert 2026-05-05 05:39:22 -04:00
parent 80562561b6
commit 7b4e122533

View File

@ -57,7 +57,7 @@ export abstract class SocketSession {
async onSocketDisconnect(): Promise<void> {
this.log.info("socket disconnected", {
id: this.socket.id,
user: this.user,
userId: this.user._id,
});
}
}