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

Not working over ssh #480

Closed
zr0n opened this issue Aug 3, 2017 · 1 comment
Closed

Not working over ssh #480

zr0n opened this issue Aug 3, 2017 · 1 comment

Comments

@zr0n
Copy link

zr0n commented Aug 3, 2017

It works perfectly when I use it on my local machine,
but it does not logs when I deploy in my ubuntu server (over ssh)

[Local Machine]
System: Windows
Command: set DEBUG=,-babel,-engine,-socket.io*,-mquery && node index.js

[Server]
System: Ubuntu 16.04
Command: DEBUG=,-babel,-engine,-socket.io*,-mquery && node index.js

@zr0n
Copy link
Author

zr0n commented Aug 3, 2017

Solved, In bash you need to use like this: DEBUG=,-babel,-engine,-socket.io*,-mquery node index.js

(Without the &&)

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

No branches or pull requests

1 participant