-
Notifications
You must be signed in to change notification settings - Fork 944
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
remove all prefixes? #222
Comments
edit: sed doesn't seem too easy to tame this since its multiline
doesn't seem to do it for me. |
@dcsan - I don't think |
dunno, i switched to log4js and havent looked back. |
V3 is implementing the concept of middleware which should make this pretty easy. Check it out here: #370 |
I'm trying to use debug to debug my tests. is there a way to remove all the timestamp and info before my message? I get a bunch of:
at the beginning of every line.
i guess i could pipe the output through sed but maybe there are some option params to reduce the clutter that can be passed to debug directly?
The text was updated successfully, but these errors were encountered: