-
Notifications
You must be signed in to change notification settings - Fork 944
Optionally disable timestamps #453
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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. |
# for free
to join this conversation on GitHub.
Already have an account?
# 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: