We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now on the server i'm trying
debug.log = function(txt) { console.log(txt) io.emit('log', txt); }
But when triggered on the client i end up with console output like
[32;1mawv3:usr �[0m�[7m�[33m/#-6U5EKGpLF5hn78tAAAK >> StoreState�[39m�[27m�[32m +14ms�[0m
Is there an option or API that can switch between stdout and console formaters?
The text was updated successfully, but these errors were encountered:
Check out middleware discussion here: #370
Closing for now
Sorry, something went wrong.
@drcmda I love debug so much that I built rtail around it: https://github.com/kilianc/rtail
No branches or pull requests
Right now on the server i'm trying
But when triggered on the client i end up with console output like
Is there an option or API that can switch between stdout and console formaters?
The text was updated successfully, but these errors were encountered: