-
Notifications
You must be signed in to change notification settings - Fork 943
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
Optionally disable timestamps #453
Comments
Timestamps show up in PM2 also. I am interested in toggleable, namespaced logging, not timestamps. |
This is an issue in |
Closed
I forked and changed the code, works for me :) Thanks though. |
Closing in favor of #582. Please move discussion there. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a node process is managed by systemd, systemd already provides timestamps in addition to the automatic prepending of timestamps by debug when not in a TTY. Therefore each line has double-timestamps.
DEBUG_NOTIMESTAMPS=1
or something similar would be a great feature to have.The text was updated successfully, but these errors were encountered: