FullstackRustDemo icon indicating copy to clipboard operation
FullstackRustDemo copied to clipboard

Come up with a formal pattern for logging.

Open hgzimmerman opened this issue 7 years ago • 1 comments

In what methods (database interfaces, routes, accessory methods) should the logs be present? What information should the logs contain?

hgzimmerman avatar Feb 16 '18 22:02 hgzimmerman

A reasonable first approximation would be immediately as soon as the route begins, if any error statuses are returned, and at the beginning of database requests.

hgzimmerman avatar Feb 16 '18 22:02 hgzimmerman