-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Closed
Description
Any plans to add some context to all log statements, where possible?
Examples:
- for illustration purposes only, realize that prefix log statements would break users who parse the current logs. would need to add to end or flag next-gen logging somehow.
Socket.prototype.disconnect = function () {
if (!this.disconnected) {
this.log.info("'{socketId:' + this.id + '}'",'booting client');
Transport.prototype.onForcedDisconnect = function () {
if (!this.disconnected) {
this.log.info("'{socketId:' + this.socket.id + '}'"'transport end by forced client disconnection');
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels