-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add timestamps to controller logs #156
Comments
I think that this is largely due to direct use of This could be resolved by including something like log-timestamp or console-stamp, though each would, I think, require a one-line change to basically all our Typescript files. Or we could move to a different logging framework like, e.g., tslog though I think that'd require few more changes I'd guess. (Assume we need some input from, e.g., at least @veggiesaurus as to what we should be doing here). |
If we're using PM2 we can just add timestamps to the log there. Would that be sufficient? |
If not, I'd suggest we move to tslog, it's pretty great |
So for now we seem to have adopted running |
It's currently difficult to decipher when logged events happened -- the names of the backend logs provide the only frame of reference.
The text was updated successfully, but these errors were encountered: