pub fn log_request(
current_user: Option<&CurrentUser>,
req_path: Uri,
req_method: Method,
web_error: Option<&Error>,
client_error: Option<ClientError>,
) -> Result<()>
pub fn log_request(
current_user: Option<&CurrentUser>,
req_path: Uri,
req_method: Method,
web_error: Option<&Error>,
client_error: Option<ClientError>,
) -> Result<()>