Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toggle the log for the client/server message exchange stream #9

Open
jgamedev opened this issue Jul 3, 2016 · 2 comments
Open

Toggle the log for the client/server message exchange stream #9

jgamedev opened this issue Jul 3, 2016 · 2 comments

Comments

@jgamedev
Copy link

jgamedev commented Jul 3, 2016

I changed this line in package.json:

 "start": "DEBUG=*game* nodemon ./server/index.js",  

to:

"start": "DEBUG=* nodemon ./server/index.js",

nodemon ./server/index.js",

as per (http://socket.io/docs/logging-and-debugging/) but I still can't see the exchange of messages in the server console.

Please let me know if this is currently possible.

@arjanfrans
Copy link
Owner

I just tried this and I see all messages flooding by.

@jgamedev
Copy link
Author

jgamedev commented Jul 3, 2016

I see them flooding by on the client, but not on the server console 😢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants