Hi!
You seem to be using sockjs-node. Thanks for writing to this mailing list!
Have you considered reviewing the readme?
It's available here:
https://github.com/sockjs/sockjs-node
Here's the relevant option if you don't like to see those messages:
> log (function(severity, message))
> It's quite useful, especially for debugging, to see some messages printed by a SockJS-node library. This is done using this `log` function, which is by default set to `console.log`. If this behaviour annoys you for some reason, override `log` setting with a custom handler. The following `severities` are used: `debug` (miscellaneous logs), `info` (requests logs), `error` (serious errors, consider filing an issue).
It means that Sockjs-node is spamming your console. It's neither good
or bad. It depends what you want to do.
Cheers!
Marek