I've found a lot of value with canonical logging[0] for server-side logging. Basically, we emit one log per request/response with appropriate severity level (INFO if request succeeded, ERROR if it failed) and the log…
I've found a lot of value with canonical logging[0] for server-side logging. Basically, we emit one log per request/response with appropriate severity level (INFO if request succeeded, ERROR if it failed) and the log…