FullstackRustDemo
FullstackRustDemo copied to clipboard
Come up with a formal pattern for logging.
In what methods (database interfaces, routes, accessory methods) should the logs be present? What information should the logs contain?
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.