You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2018. It is now read-only.
We should at least think about if we want to keep logs of events in our final version, especially given that this is a somewhat critical system and it would be nice to know what went wrong, if something ever were to go badly.
I might suggest that we look at morgan, which plays nicely with express.
The text was updated successfully, but these errors were encountered:
I like the idea of logging http requests through morgan.
I would also like performance monitoring on DB reads/writes, and general event logging. These should be separate log streams but be aggregated together.
I like the idea of writing to syslog, too, though I don't know if we'd be able to get logs rotated elsewhere.
We should at least think about if we want to keep logs of events in our final version, especially given that this is a somewhat critical system and it would be nice to know what went wrong, if something ever were to go badly.
I might suggest that we look at morgan, which plays nicely with express.
The text was updated successfully, but these errors were encountered: