reduce log output
This commit is contained in:
parent
80562561b6
commit
7b4e122533
@ -57,7 +57,7 @@ export abstract class SocketSession {
|
|||||||
async onSocketDisconnect(): Promise<void> {
|
async onSocketDisconnect(): Promise<void> {
|
||||||
this.log.info("socket disconnected", {
|
this.log.info("socket disconnected", {
|
||||||
id: this.socket.id,
|
id: this.socket.id,
|
||||||
user: this.user,
|
userId: this.user._id,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user