We’re using Winston as a logging backend, with a local package serving as indirection and adding metadata about server/client, the connectionID and userID
Winston’s a bit heavy, and so we had to be careful not to let it get bundled to the client
Not sure what “isomorphic” means. It means it needs another logging driver? Ideally it would log as JSON strings so it can be queried by CloudWatch and it doesn’t appear to do that.
Not sure what “isomorphic” means. It means it needs another logging driver? Ideally it would log as JSON strings so it can be queried by CloudWatch and it doesn’t appear to do that.
In the context of Meteor, isomorphic code means code that can run on both the client and the server.